diff options
author | EuAndreh <eu@euandre.org> | 2023-04-14 14:07:43 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-04-14 14:08:18 -0300 |
commit | 7afce21a30355068a4bdd186b44d79dd37d94937 (patch) | |
tree | 13dbb2350efc192a64ee7e738d5d4dd343fa789b /src/lib.h | |
parent | rm -rf aux/ (diff) | |
download | gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.gz gistatic-7afce21a30355068a4bdd186b44d79dd37d94937.tar.xz |
Cleanup repo, reinit in sh
Diffstat (limited to 'src/lib.h')
-rw-r--r-- | src/lib.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/lib.h b/src/lib.h deleted file mode 100644 index 07e900b..0000000 --- a/src/lib.h +++ /dev/null @@ -1,12 +0,0 @@ -#ifndef GISTATIC_GISTATIC_H -#define GISTATIC_GISTATIC_H - -int -gistatic_main(const int argc, char *const argv[]); - -#ifdef TEST -void -unit_tests_gistatic(void); -#endif - -#endif |