2
0

matchver.h 190 B

12345678910
  1. #ifndef MATCHVER_H
  2. #define MATCHVER_H
  3. #include <stdlib.h>
  4. #include <stdbool.h>
  5. #include <inttypes.h>
  6. bool match_version(const char *version, const char *pattern);
  7. #endif /* MATCHVER_H */