summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/cast-types.txt
blob: cfc74c6efa0b66528aa17f3bdeb3398c1af1e5cf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
#
# a simple list of stuff that should be detected as a CT_TYPE
# this usually isn't necessary because types are detected from the context.
#
# In the future, I may allow arbitrary CT_xxx stuff to be specified, as
# well as a language
#

INT8
UINT8
INT16
UINT16
INT32
UINT32
INT64
UINT64
FLOAT
CHAR
DOUBLE
TRUE
FALSE
BOOL
FILE
DIR

# this is for the type-cast.c test
bat