1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-05-18 09:53:22 -07:00

more C stuff

This commit is contained in:
Connor Olding 2016-09-01 23:24:45 -07:00
parent dd53e66354
commit c0acfac53b
2 changed files with 3 additions and 0 deletions

View File

@ -88,6 +88,7 @@ whoa=(
-Wall
-Wextra
-Werror=implicit-function-declaration
-Werror=uninitialized
-Winline
-Wshadow

View File

@ -1,3 +1,5 @@
syn keyword cType uchar ushort uint ulong
syn keyword cType u8 u16 u32 u64
syn keyword cType s8 s16 s32 s64
syn keyword cType i8 i16 i32 i64
syn keyword cType f32 f64