您的位置:首页 > 其它

#include <string.h>——strcmp, strlen, strcpy, memset; #include <iomanip>——setw

2012-09-02 00:04 337 查看
strcmp

size_t strlen ( const char * str ); // without including this terminating null character

char * strcpy ( char * destination, const char * source );// including the terminating null character.

 

void * memset ( void * ptr, int value, size_t num );

 

#include <iomanip>

smanip setw ( int n );

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  null