Template
test: add end-to-end integration across dash/bash/zsh
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
/*
|
||||
* demo.h - fixture header, included by main.c and demo.c.
|
||||
*/
|
||||
|
||||
#ifndef HELLOTHREADS_DEMO_H
|
||||
#define HELLOTHREADS_DEMO_H
|
||||
|
||||
int demo_compute(int x);
|
||||
|
||||
#endif /* HELLOTHREADS_DEMO_H */
|
||||
Reference in New Issue
Block a user