강의

멘토링

커뮤니티

Inflearn Community Q&A

skqldiwkak's profile image
skqldiwkak

asked

Hong Jung-mo's C Programming: Learning by Doing

9.11 How to create a header file

표준입출력 라이브러리를 선언하지 않아도 main함수에서 잘 작동됩니다

Written on

·

208

0

9.11강 17분 처럼 표준입출력 라이브러리를 빼도 에러가 생기지 않습니다 . 이는 헤더파일로 들어가 my_print_functions.c 에 있는
표준 입출력 라이브러리를 인식한 것 입니까 ? (표준입출력 라이브러리는 my_print_functions.c 에서만 선언하였습니다.)
c

Answer 2

1

저도 그러네요;;

1

안녕하세요! :)

 

my_print_function.h 에서 혹시 

stdio.h가  include 되었나요?

 

my_print_function.h 의 파일 내용을 첨부해주시면 

더 자세히 답변드릴 수 있을 듯 합니다 :)

 

감사합니다.

skqldiwkak's profile image
skqldiwkak

asked

Ask a question