aboutsummaryrefslogtreecommitdiffstats
path: root/c/main.c
diff options
context:
space:
mode:
authorterminaldweller <thabogre@gmail.com>2022-06-23 15:04:54 +0000
committerterminaldweller <thabogre@gmail.com>2022-06-23 15:04:54 +0000
commit05c365a54dd074872a6c46f7bd0c6680f7588f71 (patch)
treed896ea101de423427be13cad55418e793c9d03ee /c/main.c
parentcointop (diff)
downloadscripts-05c365a54dd074872a6c46f7bd0c6680f7588f71.tar.gz
scripts-05c365a54dd074872a6c46f7bd0c6680f7588f71.zip
updates
Diffstat (limited to 'c/main.c')
-rw-r--r--c/main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/c/main.c b/c/main.c
index 8cc320a..cbb2793 100644
--- a/c/main.c
+++ b/c/main.c
@@ -2,11 +2,10 @@
#include <inttypes.h>
#include <stdbool.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#define __maybe_unused__ __attribute__((unused))
#pragma weak main
-int main (int argc, char** argv) {
- return 0;
-}
+int main(int argc, char **argv) { return 0; }