diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-14 12:41:51 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-14 12:41:51 -0500 |
commit | 4fdc29a88b9923d874375c72774a01a91a7fc253 (patch) | |
tree | a47f14cf14c7467f7d41b6a107e0d23b6f50afcc /bfs.h | |
parent | 35bc722cbc22a054cf7843676dcd7667cc364480 (diff) | |
download | bfs-4fdc29a88b9923d874375c72774a01a91a7fc253.tar.xz |
Add brief -help and -version support.
Diffstat (limited to 'bfs.h')
-rw-r--r-- | bfs.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ #include <sys/types.h> #include <time.h> +#define BFS_VERSION "0.0" +#define BFS_HOMEPAGE "https://github.com/tavianator/bfs" + /** * A command line expression. */ |