2010年1月22日金曜日

passing argument 1 of ‘printf’ makes pointer from integer without a cast

 warning: passing argument 1 of ‘printf’ makes pointer from integer without a cast
/usr/include/stdio.h:339: note: expected ‘const char * __restrict__’ but argument is of type ‘int’
warning: format not a string literal and no format arguments

printf('\n');


printf("\n");

0 件のコメント:

コメントを投稿