This website requires JavaScript.
Explore
Help
Sign In
libs
/
rt-thread
Watch
4
Star
0
Fork
0
You've already forked rt-thread
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
rt-thread
/
components
/
libc
/
minilibc
History
bernard.xiong@gmail.com
1f6e13d1da
add int64_t and uint64_t definitions.
...
git-svn-id:
https://rt-thread.googlecode.com/svn/trunk@1956
bbd45198-f89e-11dd-88c7-29a3b14d5316
2012-02-17 16:31:25 +00:00
..
sys
add qsort implementation.
2010-10-31 22:22:28 +00:00
ctype.c
…
ctype.h
…
math.c
…
math.h
…
qsort.c
fix the compiling error.
2010-11-06 04:13:21 +00:00
rand.c
Improve the Device File System of the POSIX compatibility
2010-10-19 08:18:24 +00:00
SConscript
add RT_USING_MINILIBC definition in minilibc component.
2010-11-21 15:19:42 +00:00
stddef.h
…
stdint.h
add int64_t and uint64_t definitions.
2012-02-17 16:31:25 +00:00
stdio.h
…
stdlib.c
remove errno in minilibc
2011-09-01 06:24:05 +00:00
stdlib.h
add malloc, realloc etc implementation in minilibc.
2011-06-04 13:34:02 +00:00
string.c
…
string.h
…
time.c
minilibc:
2011-06-17 03:24:04 +00:00
time.h
…