aboutsummaryrefslogtreecommitdiff
path: root/ctru-sys/src/sys/libc.rs
Commit message (Collapse)AuthorAgeFilesLines
* Use bindgen for ctru_sys bindingsFenrir2017-07-101-92/+0
|
* We stdlib nowFenrir2017-01-211-3/+3
|
* ctru-sys: recreate types.h and libc bindingsFenrir2016-10-281-1/+62
|
* Split out libstd crateFenrir2016-10-281-0/+2
|
* Remove libc OS error functionsFenrir2016-10-061-20/+0
| | | | | We aren't actually using any of newlib's error functionality. All of our errors come from ctrulib functions.
* Add io module from libstdFenrir2016-10-061-0/+20
| | | | Also includes CString and CStr modules
* ctru-sys: add errno functionFenrir2016-10-061-1/+2
|
* ctru-sys: add proper libc typedefsFenrir2016-10-061-3/+19
|
* Use abort() when panickingFenrir2016-08-011-0/+1
|
* moved system libs to sys folderFenrir2016-06-201-0/+11