RosettaCodeData/Task/Include-a-file/C/include-a-file.c

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