Implement argument handling, add string.h
Showing
- Cargo.lock 9 additions, 0 deletionsCargo.lock
- Cargo.toml 1 addition, 0 deletionsCargo.toml
- crt0/src/lib.rs 23 additions, 4 deletionscrt0/src/lib.rs
- include/stddef.h 12 additions, 0 deletionsinclude/stddef.h
- include/sys/types.h 0 additions, 1 deletioninclude/sys/types.h
- src/lib.rs 1 addition, 3 deletionssrc/lib.rs
- string/Cargo.toml 11 additions, 0 deletionsstring/Cargo.toml
- string/build.rs 11 additions, 0 deletionsstring/build.rs
- string/cbindgen.toml 6 additions, 0 deletionsstring/cbindgen.toml
- string/src/lib.rs 28 additions, 0 deletionsstring/src/lib.rs
- tests/.gitignore 1 addition, 0 deletionstests/.gitignore
- tests/Makefile 3 additions, 2 deletionstests/Makefile
- tests/args.c 11 additions, 0 deletionstests/args.c
- unistd/cbindgen.toml 1 addition, 1 deletionunistd/cbindgen.toml
- unistd/src/lib.rs 14 additions, 16 deletionsunistd/src/lib.rs
Loading
Please register or sign in to comment