#ifndef _VALIDATE_H__ #define _VALIDATE_H__ bool dt_parse(const char *code, const char *value); #endif