您的位置:首页 > 其它

【不懂】什么是抛出的不同的异常?

2013-11-18 15:29 218 查看
这都是啥

什么是抛出的不同的异常?

#ifndef H***E_VASPRINTF
int vasprintf (char **, const char *, va_list);
#endif

#ifdef __USE_GNU
/* Write formatted output to a string dynamically allocated with `malloc'.
   Store the address of the string in *PTR.  */
extern int vasprintf (char **__restrict __ptr, __const char *__restrict __f,
		      __gnuc_va_list __arg)
     __THROW __attribute__ ((__format__ (__printf__, 2, 0))) __wur;


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