This website requires JavaScript.
Explore
Help
Sign In
natas_hw
/
cbc
mirror of
https://github.com/aamine/cbc
Watch
1
Star
0
Fork
You've already forked cbc
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
master
cbc
/
import
/
stddef.hb
6 lines
89 B
Plaintext
Raw
Permalink
Blame
History
// stddef.h
const void* NULL = 0;
typedef unsigned long size_t;
typedef long ptrdiff_t;
Reference in New Issue
View Git Blame
Copy Permalink