icp/oer/courses/c-basics/sections/17-preprocessor/03-libraries/content.html

2 lines
211 B
HTML
Raw Normal View History

2018-05-05 22:18:02 +00:00
<p>You may have noticed in previous courses, that in the beginning of the file we often write somthing like #include<stdio.h>. This tells the preprocessor to include the standart io library to your program.</p>