5 lines
195 B
C
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"
|