summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/src/change_int_types.h
blob: b392a5d79b68e89606944d4c02b1d3b8184e9ad7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/**
 * @file change_int_types.h
 * prototypes for change_int_types.cpp
 *
 * @author  Alex Henrie
 * @license GPL v2+
 */

#ifndef CHANGE_INT_TYPES_H_INCLUDED
#define CHANGE_INT_TYPES_H_INCLUDED


/**
 * @brief Add or remove redundant 'int' keyword of integer types
 */
void change_int_types();


#endif /* CHANGE_INT_TYPES_H_INCLUDED */