diff options
| author | Fenrir <[email protected]> | 2017-07-07 11:39:39 -0600 |
|---|---|---|
| committer | Fenrir <[email protected]> | 2017-07-07 12:38:43 -0600 |
| commit | eec80b496b8de2ee332b4ae04fbe00c7c93525b3 (patch) | |
| tree | f809316596ccf906c46c420c72fadbc568db871f /ctr-libc/README.md | |
| parent | Merge pull request #30 from kentaromiura/compile_again (diff) | |
| download | archived-ctru-rs-eec80b496b8de2ee332b4ae04fbe00c7c93525b3.tar.xz archived-ctru-rs-eec80b496b8de2ee332b4ae04fbe00c7c93525b3.zip | |
Use libc from crates.io
The libc crate has newlib bindings now, so we don't have to maintain them in-tree anymore
Diffstat (limited to 'ctr-libc/README.md')
| -rw-r--r-- | ctr-libc/README.md | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ctr-libc/README.md b/ctr-libc/README.md deleted file mode 100644 index ce5eb41..0000000 --- a/ctr-libc/README.md +++ /dev/null @@ -1 +0,0 @@ -Extended libc bindings for use with ctr-std. This library is experimental. Use of some functions might result in undefined symbols. |