1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 23:12:44 +01:00
nix/examples/not-so-simple-header/foo/hello.c
Eelco Dolstra 0920fe3038 * Deal with directory components in header file references (e.g.,
`#include "foo/../bar/bla.h"') by building an appropriate tree of
  symlinks.
2004-07-06 13:45:14 +00:00

9 lines
134 B
C

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