From db5e9fa3254dada609947ed054b52a77ebc42051 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Thu, 8 Sep 2022 13:39:47 -0400 Subject: handle -L and -l somewhat intelligently --- libs.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 libs.h (limited to 'libs.h') diff --git a/libs.h b/libs.h new file mode 100644 index 0000000..977665c --- /dev/null +++ b/libs.h @@ -0,0 +1,7 @@ +#ifndef LIBS_H +#define LIBS_H + +void addlibdir(char *path, int commandline); +char *findlib(const char *lib); + +#endif -- cgit v1.2.1