This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
make-it-quick
mirror of
https://gitee.com/openkylin/make-it-quick.git
Watch
9
Star
0
Fork
You've already forked make-it-quick
0
Code
Issues
Projects
Releases
Wiki
Activity
v0.2.1
make-it-quick
/
config
/
check_uchar.c
9 lines
87 B
C
Raw
Permalink
Blame
History
#
include
<stdlib.h>
#
include
<stdint.h>
int
main
(
)
{
uchar
x
=
0
;
return
x
;
}
Reference in New Issue
View Git Blame
Copy Permalink