diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-04-04 13:22:18 +0200 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2020-04-04 14:23:00 +0200 |
commit | f0b3d5166ef1255fac880b146875ef46d2599a13 (patch) | |
tree | 61c993cf32dedc1172bcf40cd5207e05a3b032a9 /src/c/posix.rs | |
parent | 52b498494534784c77bfa4a93706be40620ebd9a (diff) | |
download | neco-f0b3d5166ef1255fac880b146875ef46d2599a13.tar neco-f0b3d5166ef1255fac880b146875ef46d2599a13.zip |
Reorganize
Diffstat (limited to 'src/c/posix.rs')
-rw-r--r-- | src/c/posix.rs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/c/posix.rs b/src/c/posix.rs deleted file mode 100644 index 6b63ea7..0000000 --- a/src/c/posix.rs +++ /dev/null @@ -1,7 +0,0 @@ -extern "C" { - pub fn strndup(cs: *const libc::c_char, n: libc::size_t) -> *mut libc::c_char; - - // pub static stdin: *mut libc::FILE; - pub static stdout: *mut libc::FILE; - pub static stderr: *mut libc::FILE; -} |