summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/language_tools.h
blob: 5f57c3f192ce66441dea9c317f864ea962c5a3a1 (plain)
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 */