又在实验室淘到一本好书 - – ,贝尔实验室老伙计出品,必属精品。
下面摘抄一二。
如果你试过
x = y/*z /*这是一段注释*/
并且无视警告的话,x 会等于y (x ?= y div the num of point z)
printf(“Hello world\n”);
==
// char hello[] = {‘H’, ’e’, ’l’, ’l’, ’o’, ‘ ’,‘w’, ’o’, ’r’, ’l’, ’d’, ‘\n’ ,0}
printf(Hello);
还有一个小故事- – , 你认为 strncopy 靠得住么?