/* ch13-quoteflag.c --- demonstrate printf's quote flag */ #include #include int main(void) { setlocale(LC_ALL, ""); /* Have to do this, or it won't work */ printf("%'d\n", 1234567); return 0; }
虫虫下载站 半导体技术网 电子研发网 源码地带 电源技术网 单片机技术网 医疗电子技术 嵌入式系统与单片机