1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-15 06:52:43 +01:00
nix/examples/not-so-simple-header/foo/fnord/indirect.h
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

3 lines
52 B
C

#define HELLO "Hello"
#include "../../bar/hello.h"