Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
関数に問題がありますmkstemp()。GCC コンパイラでcygwin警告が生成されます。
mkstemp()
cygwin
implicit declaration of function ‘mkstemp‘
GCC フラグ:-std=c99 -Wall
-std=c99 -Wall
内容:
#include </usr/include/stdlib.h> #include </usr/include/unistd.h>