1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
/** * @file language_tools.h * * @author Guy Maurel * @license GPL v2+ */ #ifndef LANGUAGE_TOOLS_H_INCLUDED #define LANGUAGE_TOOLS_H_INCLUDED #include "uncrustify_types.h" /** * check if the language(s) is/are set */ bool language_is_set(size_t lang); #endif /* LANGUAGE_TOOLS_H_INCLUDED */