diff options
| author | dacctal <dacctal@symlinx.net> | 2026-05-25 10:55:12 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-05-25 10:55:12 +0000 |
| commit | d864bf7907c814eef30e906e59b0890df34d311c (patch) | |
| tree | 93623d63a5d5f77e909d117688202a77342f18de /include/find.h | |
| parent | 52cc7c1f80eda62f4bd02d5b0cfd6701e0043842 (diff) | |
'find' will show all installed packages
Diffstat (limited to 'include/find.h')
| -rw-r--r-- | include/find.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/find.h b/include/find.h new file mode 100644 index 0000000..a4bcefd --- /dev/null +++ b/include/find.h @@ -0,0 +1,4 @@ +#ifndef FIND +#define FIND +void find(); +#endif |
