diff options
| author | 0x221E <0x221E@0xinfinity.dev> | 2026-04-12 15:47:30 +0200 |
|---|---|---|
| committer | 0x221E <0x221E@0xinfinity.dev> | 2026-04-12 15:47:30 +0200 |
| commit | 9a443189203376a630ac205ca4654c7ceb796d5b (patch) | |
| tree | 37b3494f1d3c58fecb6ad5a30c26d92b51634416 /log.h | |
Initial Commit
Diffstat (limited to 'log.h')
| -rw-r--r-- | log.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#ifndef LOG_H +#define LOG_H + +#include <stdio.h> +#include <stdlib.h> + + +void log_error() + + +#endif |
