repo.or.cz
/
sdcc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
struct / union in initializer, RFE #901.
[sdcc.git]
/
sdcc
/
device
/
non-free
/
lib
/
incl.mk
blob
9fd88bb54ed8af5f56992a1e95e8d4c42701766b
1
COMMON_FLOAT
=
\
2
_atof.c \
3
_schar2fs.c \
4
_sint2fs.c \
5
_slong2fs.c \
6
_uchar2fs.c \
7
_uint2fs.c \
8
_ulong2fs.c \
9
_fs2schar.c \
10
_fs2sint.c \
11
_fs2slong.c \
12
_fs2uchar.c \
13
_fs2uint.c \
14
_fs2ulong.c \
15
_fsadd.c \
16
_fsdiv.c \
17
_fsmul.c \
18
_fssub.c \
19
_fseq.c \
20
_fsgt.c \
21
_fslt.c \
22
_fsneq.c \
23
fabsf.c \
24
frexpf.c \
25
ldexpf.c \
26
expf.c \
27
powf.c \
28
sincosf.c \
29
sinf.c \
30
cosf.c \
31
logf.c \
32
log10f.c \
33
sqrtf.c \
34
tancotf.c \
35
tanf.c \
36
cotf.c \
37
asincosf.c \
38
asinf.c \
39
acosf.c \
40
atanf.c \
41
atan2f.c \
42
sincoshf.c \
43
sinhf.c \
44
coshf.c \
45
tanhf.c \
46
floorf.c \
47
ceilf.c \
48
modff.c \
49
errno.c
50
51
COMMON_LONG
=
\
52
_divslong.c \
53
_modslong.c \
54
_modulong.c
55
56
COMMON_SDCC
=
\
57
_atoi.c \
58
_atol.c \
59
abs.c \
60
labs.c \
61
rand.c \
62
_iscntrl.c \
63
_isdigit.c \
64
_isgraph.c \
65
_isprint.c \
66
_ispunct.c \
67
_isspace.c \
68
_islower.c \
69
_isupper.c \
70
_isxdigit.c \
71
_strcat.c \
72
_strchr.c \
73
_strcmp.c \
74
_strcpy.c \
75
_strcspn.c \
76
_strncat.c \
77
_strncmp.c \
78
_strncpy.c \
79
_strpbrk.c \
80
_strrchr.c \
81
_strspn.c \
82
_strstr.c \
83
_strtok.c \
84
_memchr.c \
85
_memcmp.c \
86
_memcpy.c \
87
_memset.c \
88
_calloc.c \
89
_malloc.c \
90
_realloc.c \
91
_free.c \
92
printf_large.c \
93
puts.c \
94
gets.c \
95
assert.c \
96
time.c
97
98
MODELS
=
small medium large