diff options
Diffstat (limited to 'src/common.h')
| -rw-r--r-- | src/common.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h new file mode 100644 index 0000000..6c1d0a4 --- /dev/null +++ b/src/common.h @@ -0,0 +1,6 @@ +#ifndef _FOOBAR_SRC_COMMON_H +#define _FOOBAR_SRC_COMMON_H + +int foobar_internal(int a, int b); + +#endif |
