728x90 fopen_s1 gsjava fopen_s 사용법 시큐어 코딩 FILE *stream; errno_t err; // Open for read (will fail if file "crt_fopen_s.c" does not exist) err = fopen_s( &stream, "crt_fopen_s.c", "r" ); if( err == 0 ) { printf( "The file 'crt_fopen_s.c' was opened\n" ); } else { printf( "The file 'crt_fopen_s.c' was not opened\n" ); } 2020. 4. 6. 이전 1 다음 728x90