first and last commit
This commit is contained in:
commit
c9e78fd810
381 changed files with 37141 additions and 0 deletions
5
inttypes.h
Normal file
5
inttypes.h
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
typedef unsigned char byte;
|
||||
typedef unsigned short ushort;
|
||||
typedef unsigned int uint;
|
||||
typedef unsigned long ulong;
|
Reference in a new issue