949, 1/48 회원가입  로그인  
   khj5179
   ftz서버에서 stdio.h관련 질문

http://www.hackerschool.org/HS_Boards/zboard.php?AllArticle=true&no=974 [복사]


ftz 서버에서 /tmp 경로에

hello,world! 를 출력하는 간단한 test 실행파일을 생성해봤습니다.

그런데, #include <stdio.h> 구문을 넣지 않았는데도

printf 출력이 잘 되는게 이상해서요...

혹시 왜 되는건지 알고 계신분 있으신가요?

----- test.c 코드 ---------
int main() {
  printf("hello, world!\n");
}
----------------------------

  Hit : 3637     Date : 2015/07/23 06:34