“CSAPP第三章阅读笔记”的版本间的差异

来自Dennis的知识库
跳转到: 导航搜索
(以“一段代码code.c ``` int accum = 0; int sum(int x, int y) { int t = x + y; accum += t; return t; } ```”为内容创建页面)

2014年4月16日 (三) 15:22的版本

一段代码code.c

``` int accum = 0;

int sum(int x, int y) {

 int t = x + y;
 accum += t;
 return t;

} ```

个人工具
名字空间

变换
操作
导航
工具箱