write-ups-challenges-2022-2023/super-hightech-paint/super-hightech-paint-1/buildfiles/include/validate.h
2022-11-24 22:59:22 +01:00

10 lines
192 B
C

#ifndef VALIDATE_H
#define VALIDATE_H
#define KEYSTORE_FILE ".keystore"
#define KEYLENGTH 19
int check_is_key_valid(const char* key);
void build_license_key_popup();
#endif /* VALIDATE_H */