Module libc/dyld

libc/dyld

macOS <mach-o/dyld.h> — dynamic linker interface. Only available when compiling for macOS: import this module only from inside a platform == Platform.Macos branch (the same rule as std/libc/windows).

Functions

fn(buf : *(char), bufsize : *(u32)) -> int

Parameters

NameTypeNotes
buf*(char)
bufsize*(u32)

Returns: int