diff options
| author | Aditya Naik | 2016-07-11 12:59:40 -0400 |
|---|---|---|
| committer | Aditya Naik | 2016-07-11 12:59:40 -0400 |
| commit | a1283e03cdc44da6e1cd312c3ddc4db0dbdaf7a7 (patch) | |
| tree | 9fe5373177e473f56b02d3d4ba1a8a45c4be4275 /record.h | |
initial working build
Diffstat (limited to 'record.h')
| -rw-r--r-- | record.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/record.h b/record.h new file mode 100644 index 0000000..a5f12e4 --- /dev/null +++ b/record.h @@ -0,0 +1,9 @@ +#ifndef RECORD_H +#define RECORD_H + + +/* function that records stuff*/ + +int record(); + +#endif |
