Differences between revisions 6 and 27 (spanning 21 versions)
Revision 6 as of 2006-04-26 07:00:36
Size: 669
Editor: jnan
Comment:
Revision 27 as of 2006-06-13 06:32:58
Size: 669
Editor: ZoomQuiet
Comment: 将内容使用文章分别编辑,以便他人快速阅读和持续修改
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
== malloc, calloc, free ==
  * 一个严重的错误:释放不是通过调用 malloc, calloc 得到的指针所指向的存储空间。
  * 使用已释放空间同样是错误的。
##善用子页面,让资料更加容易分类和收藏!
[[Include(/CcodingStyle)]]
Line 17: Line 16:
= Gnu Tools =
== CVS ==
  * 先看 [http://www.chedong.com/tech/cvs_card.html CVS使用手册] by Chedong.
= GNU Tools =
== GCC ==
  * ./configure --target=arm-elf --prefix=/opt/gcc-3.4.6-arm

== Vim ==
##将内容使用文章分别编辑,以便他人快速阅读和持续修改
[[Include(VimUsage)]]

= Misc =

TableOfContents

1. 关于我

个人信息

http://blog.woodpecker.org.cn/planet/images/someone.png

Jick Nan

邮件

[email protected]

主页

http://jick.nan.googlepages.com

Blog

[http://my.donews.com/jnan/ 梦南录]

2. C

Include(/CcodingStyle)

3. GNU Tools

3.1. GCC

  • ./configure --target=arm-elf --prefix=/opt/gcc-3.4.6-arm

3.2. Vim

Include(VimUsage)

4. Misc

5. 反馈

欢迎大家对我说三道四哪

jick_nan (last edited 2009-12-25 07:12:35 by localhost)