summaryrefslogtreecommitdiff
path: root/uicc/main.c
diff options
context:
space:
mode:
authorRoberto Esteves <contact@robertoesteves.dev>2025-07-28 09:05:23 -0300
committerRoberto Esteves <contact@robertoesteves.dev>2025-07-28 09:05:23 -0300
commit72163dc50dde4e07d9d4a17e872a302190fab0bc (patch)
tree9e550af0a411fdfe2badac6b7c7edbb7a767d9f1 /uicc/main.c
init commitHEADmaster
Diffstat (limited to 'uicc/main.c')
-rw-r--r--uicc/main.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/uicc/main.c b/uicc/main.c
new file mode 100644
index 0000000..6f0d276
--- /dev/null
+++ b/uicc/main.c
@@ -0,0 +1,9 @@
+#include "arena.c"
+#include "reader.c"
+#include "tokenizer.c"
+#include "utils.c"
+
+int main(int argc, char **argv) {
+ printf("teste: %s\n", argv[0]);
+ return 0;
+}