guix/make/examples/not-so-simple-header/foo/hello.c

10 lines
134 B
C

#include <stdio.h>
#include "fnord/indirect.h"
int main(int argc, char * * argv)
{
printf(HELLO " " WHAT "\n");
return 0;
}