summaryrefslogtreecommitdiff
path: root/xa.c
blob: 20c927b8731a56efa023d677c296c4c6f07a2209 (plain)
1
2
3
4
5
6
7
8
9
10
11


#include "x.h"

void hello(void);

void
hello (void)
{
  x_writeln ("hello world");
}