diff options
Diffstat (limited to 'include/dynamicInt.h')
| -rw-r--r-- | include/dynamicInt.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/dynamicInt.h b/include/dynamicInt.h new file mode 100644 index 0000000..fbc54a7 --- /dev/null +++ b/include/dynamicInt.h @@ -0,0 +1,8 @@ + +#ifndef DYNAMIC_INT_H + +#define DYNAMIC_INT_H + +extern int* newInt(int x); + +#endif |