library: Move CStr to libcore, and CString to liballoc
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
// FIXME: Fill me in with more detail when the interface settles
|
||||
//! This library is built on the assumption of a few existing symbols:
|
||||
//!
|
||||
//! * `memcpy`, `memcmp`, `memset` - These are core memory routines which are
|
||||
//! * `memcpy`, `memcmp`, `memset`, `strlen` - These are core memory routines which are
|
||||
//! often generated by LLVM. Additionally, this library can make explicit
|
||||
//! calls to these functions. Their signatures are the same as found in C.
|
||||
//! These functions are often provided by the system libc, but can also be
|
||||
|
||||
Reference in New Issue
Block a user