#ifndef MATCHVER_H #define MATCHVER_H #include <stdlib.h> #include <stdbool.h> #include <inttypes.h> bool match_version(const char *version, const char *pattern); #endif /* MATCHVER_H */