kit
kit
git clone
https://git.ryansepassi.com/git/kit.git
Log
|
Files
|
Refs
|
README
6_5_bitwise_float.c (58B)
1
int test_main(void) {
2
double x = 1.0;
3
return x & 1;
4
}