diff options
| author | @syxhe <https://t.me/syxhe> | 2025-06-06 13:42:25 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-06-06 13:42:25 -0500 |
| commit | ec0cfdc492065dcce687797d3a931af105a461c8 (patch) | |
| tree | 52aa3af71ef6a4ed600b9b7750827fd7521cf2d8 /src/main.c | |
| parent | 16528ac295215e788cb226f0cc49f11f82919741 (diff) | |
Get rid of useless ll-internal files
Diffstat (limited to 'src/main.c')
| -rwxr-xr-x | src/main.c | 11 |
1 files changed, 0 insertions, 11 deletions
| @@ -7,17 +7,6 @@ | |||
| 7 | 7 | ||
| 8 | #include <errno.h> | 8 | #include <errno.h> |
| 9 | #include <error.h> | 9 | #include <error.h> |
| 10 | #include <printf.h> | ||
| 11 | #include <unistd.h> | ||
| 12 | |||
| 13 | int testcb(void *arg) { | ||
| 14 | if(!arg) | ||
| 15 | return -1; | ||
| 16 | |||
| 17 | printf("%s\n", (char*)arg); | ||
| 18 | |||
| 19 | return 0; | ||
| 20 | } | ||
| 21 | 10 | ||
| 22 | int main() { | 11 | int main() { |
| 23 | error(-1, ENOTSUP, "lol"); | 12 | error(-1, ENOTSUP, "lol"); |
