Library Calls: Difference between revisions

m
Bot: Replace deprecated source tag with syntaxhighlight
[unchecked revision][unchecked revision]
m (Bot: Replace deprecated source tag with syntaxhighlight)
m (Bot: Replace deprecated source tag with syntaxhighlight)
Line 2:
{{FirstPerson}}
 
<sourcesyntaxhighlight lang="c">
#include <stdio.h>
int answer = 42;
printf("The answer is %d!\n", answer);
</syntaxhighlight>
</source>
 
We all know this construct from our userspace programming experiences. We never really thought about how it worked, at least for some time. You ''#include'', you get to use "the system".