summaryrefslogtreecommitdiff
path: root/missing/x68.c
blob: 8fd9c3e879dbad762af6bb9292625ce0d5a3e86e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#include "config.h"

#if !HAVE_SELECT
#include "x68/select.c"
#endif
#if MISSING__DTOS18
#include "x68/_dtos18.c"
#endif
#if MISSING_FCONVERT
#include "x68/_round.c"
#include "x68/fconvert.c"
#endif