IoT-Labs/Coursework/symbols.c

5 lines
93 B
C
Raw Normal View History

2020-10-29 17:33:18 +00:00
#include "symbols.h"
const int symbols_nelts = 0;
const struct symbols symbols[] = {{0,0}};