pit/buffer.pit
2024-07-18 13:17:58 -04:00

5 lines
75 B
Plaintext

{
read8(I32) -> (I32);
write8(I32,I32) -> ();
size() -> (I32)
}