diff options
| author | Ronald Kinard <[email protected]> | 2017-07-10 10:03:38 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-07-10 10:03:38 -0500 |
| commit | 9ecf14ee0814a5fb7fe24b2222347b72c9c81189 (patch) | |
| tree | b13939b2c16939c4aa1f827f1aeb736efeb4e60a /ctr-libc/README.md | |
| parent | Merge pull request #30 from kentaromiura/compile_again (diff) | |
| parent | Update README (diff) | |
| download | archived-ctru-rs-9ecf14ee0814a5fb7fe24b2222347b72c9c81189.tar.xz archived-ctru-rs-9ecf14ee0814a5fb7fe24b2222347b72c9c81189.zip | |
Merge pull request #32 from FenrirWolf/libc-update
Remove `ctr-libc`, use upstream `libc` from crates.io
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. |