summaryrefslogtreecommitdiff
path: root/uicc/tokenizer.c
diff options
context:
space:
mode:
Diffstat (limited to 'uicc/tokenizer.c')
-rw-r--r--uicc/tokenizer.c15
1 files changed, 15 insertions, 0 deletions
diff --git a/uicc/tokenizer.c b/uicc/tokenizer.c
new file mode 100644
index 0000000..90ac274
--- /dev/null
+++ b/uicc/tokenizer.c
@@ -0,0 +1,15 @@
+/**
+ * Definição de elemento
+ * Elemento {
+ * propriedade: valor
+ * }
+ *
+ * Definição do layout
+ * <ContainerList>
+ * <Button label="Olá">
+ * </ContainerList>
+ */
+
+#include "reader.c"
+
+void tokenizeElement(int fd) {}