repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
panic() cleanup.
[minix.git]
/
lib
/
libc
/
ansi
/
Makefile.inc
blob
a28aad93ee4abec55bcb6e046c5846ba566559b4
1
# ansi sources
2
.PATH: ${.CURDIR}/ansi
3
4
SRCS+= \
5
abort.c \
6
abs.c \
7
assert.c \
8
atexit.c \
9
atof.c \
10
atoi.c \
11
atol.c \
12
bsearch.c \
13
calloc.c \
14
chartab.c \
15
clock.c \
16
difftime.c \
17
div.c \
18
errlist.c \
19
exit.c \
20
ext_comp.c \
21
getenv.c \
22
isalnum.c \
23
isalpha.c \
24
isascii.c \
25
iscntrl.c \
26
isdigit.c \
27
isgraph.c \
28
islower.c \
29
isprint.c \
30
ispunct.c \
31
isspace.c \
32
isupper.c \
33
isxdigit.c \
34
labs.c \
35
ldiv.c \
36
localeconv.c \
37
malloc.c \
38
mblen.c \
39
mbstowcs.c \
40
mbtowc.c \
41
misc.c \
42
qsort.c \
43
raise.c \
44
rand.c \
45
setlocale.c \
46
sigmisc.c \
47
signal.c \
48
strcoll.c \
49
strcspn.c \
50
strerror.c \
51
strpbrk.c \
52
strspn.c \
53
strstr.c \
54
strtok.c \
55
strtol.c \
56
strxfrm.c \
57
system.c \
58
tolower.c \
59
toupper.c \
60
wcstombs.c \
61
wctomb.c