tekknolagi / stackx

MIT License
2 stars 0 forks source link

Unknown type name uint8_t on branch ak #11

Closed tekknolagi closed 7 years ago

tekknolagi commented 7 years ago
willow% ./build 
updating subx
subx.c: In function ‘reset’:
subx.c:67:3: warning: implicit declaration of function ‘bzero’ [-Wimplicit-function-declaration]
   bzero(r, sizeof(r));
   ^
In file included from test.c:8:0:
function_list:5:1: error: unknown type name ‘uint32_t’
 uint32_t word_count(const char* s);
 ^
function_list:8:1: error: unknown type name ‘uint8_t’
 uint8_t next(void);
 ^

Compiled with cc (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609 on Ubuntu