lex_port.c 99 Bytes
Newer Older
priyank's avatar
priyank committed
1 2 3 4 5
#include "const.h"
#include "struct.h"
struct lex_info lex_ar[1] = {
    {"A","KA","Future",1},
};