diff options
| author | nasr <nsrddyn@gmail.com> | 2026-03-10 22:27:32 +0000 |
|---|---|---|
| committer | nasr <nsrddyn@gmail.com> | 2026-03-10 22:27:32 +0000 |
| commit | bcf4c2ebce03699110d13608999510c43fa959df (patch) | |
| tree | 53be66ebd48fabe5de3a7e82ef3b37391fbb2c3e /source/base | |
| parent | 74097b6252ec8c7b368807381f764b8614e9bf9f (diff) | |
refactor(main): b_tree implementation. single header thing
Diffstat (limited to 'source/base')
| -rw-r--r-- | source/base/base_io.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source/base/base_io.h b/source/base/base_io.h index 85fedc7..a90b41e 100644 --- a/source/base/base_io.h +++ b/source/base/base_io.h | |||
| @@ -32,7 +32,4 @@ print(const char *str) | |||
| 32 | 32 | ||
| 33 | } | 33 | } |
| 34 | 34 | ||
| 35 | #define Os_read(buffer, buffer_count) | ||
| 36 | |||
| 37 | |||
| 38 | #endif /* BASE_IO_H */ | 35 | #endif /* BASE_IO_H */ |
