#include <stdio.h> main() printf("hi peeps"); }The printf function declaration is held in stdio.h
There are two ways of defining the include files location.
#include <stdio.h>
#include "myheaders.h" #include "/usr/home/leslim/myheaders.h"
Top | Master Index | Keywords | Functions |