RosettaCodeData/Task/Include-a-file/C/include-a-file.c
2015-02-20 00:35:01 -05:00

5 lines
195 B
C

/* Standard and other library header names are enclosed between chevrons */
#include <stdlib.h>
/* User/in-project header names are usually enclosed between double-quotes */
#include "myutil.h"