linux c++ itoa

#ifdef __cplusplus
extern "C"
{
#endif

 
char* itoa(int value, char* str, int radix);

 

}

要求导出 再使用 声明  测试下---》有时间

posted on 2020-06-11 13:09  lydstory  阅读(363)  评论(0)    收藏  举报

导航