Update css

This commit is contained in:
2018-02-23 15:42:20 -05:00
parent 2522eb7da1
commit 0114b21336
7 changed files with 32 additions and 38 deletions
-2
View File
@@ -20,9 +20,7 @@ This interface-like function will then pass the function name, in this case func
~~~~c
#define SYS_function ## // ## is the system call number
[SYS_function] sys_function // real system function name
extern int sys_function(void); // real system function declaration
~~~~