summaryrefslogtreecommitdiff
path: root/reference/C/CONTRIB/OR_USING_C/a.1.c
blob: d1d2749398f7db24da9ce49ffe886536880ba099 (plain)
1
2
3
4
hello_()  /* note underscore */
{
	printf("Hello, world.\n");
}