3 lines
51 B
Plaintext
3 lines
51 B
Plaintext
|
write(_ Int, _ Pointer, _ Int) -> Int {
|
||
|
return 0
|
||
|
}
|