809cdf5b94
git-svn-id: http://picoc.googlecode.com/svn/trunk@465 21eae674-98b7-11dd-bd71-f92a316d2d60
9 lines
69 B
C
9 lines
69 B
C
#include <stdio.h>
|
|
|
|
void fred(void)
|
|
{
|
|
printf("yo\n");
|
|
}
|
|
|
|
fred();
|