summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rwxr-xr-xsrc/main.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/main.c b/src/main.c
index 1e4f960..b0727e2 100755
--- a/src/main.c
+++ b/src/main.c
@@ -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
13int testcb(void *arg) {
14 if(!arg)
15 return -1;
16
17 printf("%s\n", (char*)arg);
18
19 return 0;
20}
21 10
22int main() { 11int main() {
23 error(-1, ENOTSUP, "lol"); 12 error(-1, ENOTSUP, "lol");