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

6 lines
195 B
C
Raw Permalink Normal View History

2015-02-20 00:35:01 -05:00
/* Standard and other library header names are enclosed between chevrons */
#include <stdlib.h>
2013-04-10 21:29:02 -07:00
2015-02-20 00:35:01 -05:00
/* User/in-project header names are usually enclosed between double-quotes */
#include "myutil.h"