aboutsummaryrefslogtreecommitdiffstats
path: root/io/wrap/meson.build
blob: 10b47a2ef9f3734cdda373f9b88b92a0bc056b08 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
sources += files(
'io.h',
'fgetc.c',
'fputc.c',
'stdstream.c',
'feof.c',
'vsnprintf.c',
'vfprintf.c',
'setvbuf.c',
'vfwprinf.c',
'vswprintf.c',
'vswscanf.c',
'vsscanf.c',
'vfwscanf.c',
'vfscanf.c',
)