tonyfettes/c/string does not have a README file
trait Borrow
impl Borrow for FixedArray[Byte]
fn from(self : FixedArray[Byte]) -> @tonyfettes/c/pointer.PointerPointer[Byte]
fn into(ptr : @tonyfettes/c/pointer.PointerPointer[Byte]) -> FixedArray[Byte]
impl Borrow for Bytes
fn from(self : Bytes) -> @tonyfettes/c/pointer.PointerPointer[Byte]
fn into(ptr : @tonyfettes/c/pointer.PointerPointer[Byte]) -> Bytes
impl Borrow for Pointer[Byte]
fn from(self : @tonyfettes/c/pointer.PointerPointer[Byte]) -> @tonyfettes/c/pointer.PointerPointer[Byte]
fn into(ptr : @tonyfettes/c/pointer.PointerPointer[Byte]) -> @tonyfettes/c/pointer.PointerPointer[Byte]
fn[T : Borrow, R] borrow(value : T, f : (@tonyfettes/c/pointer.PointerPointer[Byte]) -> R) -> R
fn[A : Borrow, B : Borrow, R] borrow_2(a : A, b : B, f : (@tonyfettes/c/pointer.PointerPointer[Byte], @tonyfettes/c/pointer.PointerPointer[Byte]) -> R) -> R
fn[Str1 : Borrow, Str2 : Borrow] strcmp(s1 : Str1, s2 : Str2) -> Int
fn[Str1 : Borrow, Str2 : Borrow] strcpy(dst : Str1, src : Str2) -> Unit
fn[Str : Borrow] strlen(s : Str) -> @tonyfettes/c/stddef.SizeSize
fn[Str1 : Borrow, Str2 : Borrow] strncmp(s1 : Str1, s2 : Str2, n : @tonyfettes/c/stddef.SizeSize) -> Int
fn[Str1 : Borrow, Str2 : Borrow] strncpy(dst : Str1, src : Str2, n : @tonyfettes/c/stddef.SizeSize) -> Unit
Install
FFI Binding to C
Dependencies
Powered by MoonBit
© 2026 mooncakes.io