diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-02 22:43:16 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-02 22:43:16 +0000 |
| commit | 56ebfa3f4b0d7a80090b344b294252d2be152bb0 (patch) | |
| tree | 9d12900a2870dde05e7ce6581104dc2b3070dbe1 /source/base/base_io.h | |
| parent | 9053e4a0a20f0c0338aa4c5d9f9c0520184bcad7 (diff) | |
feature(main): base library impelmentation
Diffstat (limited to 'source/base/base_io.h')
| -rw-r--r-- | source/base/base_io.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/base/base_io.h b/source/base/base_io.h new file mode 100644 index 0000000..ece4d7c --- /dev/null +++ b/source/base/base_io.h | |||
| @@ -0,0 +1,11 @@ | |||
| 1 | #ifndef BASE_IO_H | ||
| 2 | #define BASE_IO_H | ||
| 3 | |||
| 4 | internal void | ||
| 5 | input_read() | ||
| 6 | { | ||
| 7 | |||
| 8 | |||
| 9 | } | ||
| 10 | |||
| 11 | #endif /* BASE_IO_H */ | ||
