codeSample/C/preproc_array/a.c

9 lines
93 B
C

#include "i.h"
#include <stdio.h>
static void f1(void) {
printf("A\n");
}
ADD_FUNC(f1);