kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
6_7_2_07_unsigned_short.c (61B)
1
int test_main(void) {
2
unsigned short s = 42;
3
return s;
4
}