summaryrefslogtreecommitdiff
path: root/uicc/tokenizer.c
blob: 90ac27427b33102034851a7b79dce77e02d1ffe1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/**
 * Definição de elemento
 * Elemento {
 *  propriedade: valor
 * }
 *
 * Definição do layout
 * <ContainerList>
 *   <Button label="Olá">
 * </ContainerList>
 */

#include "reader.c"

void tokenizeElement(int fd) {}