root/GnuDevelopmentTools/src/charbit.c

Revision 7, 119 bytes (checked in by wataru, 5 years ago)

1st edition

Line 
1 extern int printf(const char* fmt, ...);
2
3 int main() {
4   printf("__CHAR_BIT__ is %d.\n", __CHAR_BIT__);
5   return 0;
6  }
Note: See TracBrowser for help on using the browser.