Chinaunix首页 | 论坛 | 博客
  • 博客访问: 92023
  • 博文数量: 44
  • 博客积分: 2525
  • 博客等级: 少校
  • 技术积分: 316
  • 用 户 组: 普通用户
  • 注册时间: 2010-04-25 17:01
文章分类

全部博文(44)

文章存档

2010年(44)

我的朋友

分类: C/C++

2010-04-29 13:51:39

C Strings

This header file defines several functions to manipulate C strings and arrays.

Functions

Copying:
Copy block of memory (function)
Move block of memory (function)
Copy string (function)
Copy characters from string (function)

Concatenation:

Concatenate strings (function)
Append characters from string (function)

Comparison:

Compare two blocks of memory (function)
Compare two strings (function)
Compare two strings using locale (function)
Compare characters of two strings (function)
Transform string using locale (function)

Searching:

Locate character in block of memory (function)
Locate first occurrence of character in string (function)
Get span until character in string (function)
Locate character in string (function)
Locate last occurrence of character in string (function)
Get span of character set in string (function)
Locate substring (function)
Split string into tokens (function)

Other:

Fill block of memory (function)
Get pointer to error message string (function)
Get string length (function)

Macros

Null pointer (macro)

Types

Unsigned integral type (type)
阅读(394) | 评论(0) | 转发(0) |
0

上一篇:笔试-- C

下一篇:文件读写---C

给主人留下些什么吧!~~