diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-21 01:33:58 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-21 01:33:58 +0000 |
| commit | 7cde9aeb5dccce578c1eed13cf1ed2c61e446800 (patch) | |
| tree | 3323e34bbec0a87a4bb659a90816b28a6a241f5a /include/search.h | |
| parent | 6482da05e96630d622f7deea02e31cb0ff07c89e (diff) | |
huge code cleanup
Diffstat (limited to 'include/search.h')
| -rw-r--r-- | include/search.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/search.h b/include/search.h new file mode 100644 index 0000000..991a885 --- /dev/null +++ b/include/search.h @@ -0,0 +1,4 @@ +#ifndef FIND +#define FIND +void search(const char* arg); +#endif |
