1 2 3 4 5 6 7
#ifndef IS_UPDATED_H #define IS_UPDATED_H bool is_updated(const char *src); bool is_bldit_usable(); #endif