mirror of
https://github.com/NixOS/nix.git
synced 2025-11-17 07:52:43 +01:00
`findIncludes' function. The current implementation is impure and therefore not correct: it gathers header file dependencies only once for a specific path (due to caching).
3 lines
52 B
C
3 lines
52 B
C
#define HELLO "Hello"
|
|
|
|
#include "../../bar/hello.h"
|