标签:include 风格 return
#include <stdio.h> int main (void) { printf("helloworld!"); return 1; }
测试代码是否按代码风格显示
原文地址:http://whistle.blog.51cto.com/9453061/1560904