[−][src]Crate tinyrlibc
A tiny C library, written in Rust.
See README.md for more details.
This file is Copyright (c) Jonathan 'theJPster' Pallant 2019 Licensed under the Blue Oak Model Licence 1.0.0
See each module for its respective licence.
Structs
| CStringIter | This allows you to iterate a null-terminated string in a relatively simple way. |
Functions
| atoi⚠ | Converts a null-terminated string representing a decimal integer, into an integer. No indication of error. |
| itoa⚠ | Formats the given value |
| strcmp⚠ | Rust implementation of C library function |
| strlen⚠ | Rust implementation of C library function |
| strncmp⚠ | Rust implementation of C library function |
| strstr⚠ | Rust implementation of C library function |
| strtol⚠ | Rust implementation of C library function |
Type Definitions
| CChar | Represents an 8-bit |
| CInt | We assume |
| CLong | We assume |
| CLongLong |
|
| CUInt | We assume |
| CULong | We assume |
| CULongLong |
|