使用道具 举报
查看全部评分
压入的是那个printf变长参数的结束标志 -1 int __cdecl printf ( const char *format, ... ) /* * stdout 'PRINT', 'F'ormatted */ { va_list arglist; i ... msflexgrid 发表于 2010-5-25 19:12
#include <stdio.h> char *GetString(void) { static char p[最好指定一个大小] = "ABCDE"; return p; } void main() { printf("%s\n", GetString()); }
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页
文字版|手机版|小黑屋|VBGood
GMT+8, 2023-3-22 04:27