char* to char[]

void() 
{ 
char * c
char c2[100]; 
strcpy
(c2, c); 
} 
posted @ 2012-08-15 12:00  byfei  阅读(163)  评论(0)    收藏  举报