C Programming Part I

To use the function printf in C the stdio.h header file must be made available using which preprocessor directive?
 include_once "stdio.h"
 please_use "stdio.h"
 using "printf.h"
 #include <stdio.h>
 using <stdio.h>