Skip to content
Snippets Groups Projects
Commit 8bcd70d2 authored by zimoch's avatar zimoch
Browse files

Merged with require version for Linux.

Should work now on all operating systems.
parent 8894a058
No related branches found
Tags 1.2.6
No related merge requests found
This diff is collapsed.
#ifndef require_h #ifndef require_h
#define require_h #define require_h
int require(char* lib, char* version); int require(const char* libname, const char* version);
char* getLibVersion(char* lib); const char* getLibVersion(const char* libname);
int libversionShow(char* pattern); int libversionShow(const char* pattern);
#endif #endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment