diff options
Diffstat (limited to 'aufgabe2/log.h')
| -rw-r--r-- | aufgabe2/log.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/aufgabe2/log.h b/aufgabe2/log.h new file mode 100644 index 0000000..e6b171f --- /dev/null +++ b/aufgabe2/log.h @@ -0,0 +1,7 @@ +#ifndef _LOG_H +#define _LOG_H + +void log(); +void log_cleanup(); + +#endif |
