Chinaunix首页 | 论坛 | 博客
  • 博客访问: 171212
  • 博文数量: 61
  • 博客积分: 1410
  • 博客等级: 上尉
  • 技术积分: 640
  • 用 户 组: 普通用户
  • 注册时间: 2009-06-24 23:25
文章分类

全部博文(61)

文章存档

2011年(2)

2010年(37)

2009年(22)

我的朋友

分类: C/C++

2010-02-23 11:51:02

Bugs

Avoid using these functions. If you do use them, note that:
These functions modify their first argument.

These functions cannot be used on constant strings.

The identity of the delimiting character is lost.

The strtok() function uses a static buffer while parsing, so it's not thread safe. Use strtok_r() if this matters to you.

阅读(588) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~