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

2 lines
211 B
HTML

<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>