diff options
Diffstat (limited to 'scripts/has_header')
| -rwxr-xr-x | scripts/has_header | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/has_header b/scripts/has_header new file mode 100755 index 0000000..5807bdb --- /dev/null +++ b/scripts/has_header @@ -0,0 +1,2 @@ +#! /usr/bin/env sh +echo "#include <$1>" | cc -E - 2>&1 >/dev/null |
