Function
writeIntBuffer(_:_:) writeIntBufferwriteIntBuffer
Declaration
func writeIntBuffer(_ n: Int32, _: UnsafeMutablePointer<CChar>) -> Int32Declaration
int writeIntBuffer(int n, char * restrict);Declaration
writeIntBuffer(n: int, : restrict) -> int