1 2 3 4 5 6 7
#ifndef LIBS_H #define LIBS_H void addlibdir(char *path, int commandline); char *findlib(const char *lib); #endif