lshgdut 发表于 2013-1-26 14:14:25

code test

#include "stdio.h"#define HELLOWORLD "hello world!"void main(){int i = 0;char a = 'a';float f = 1.0;    printf(HELLOWORLD);}int call(){return 1;}
页: [1]
查看完整版本: code test