diff options
Diffstat (limited to 'source/common.elna')
| -rw-r--r-- | source/common.elna | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/common.elna b/source/common.elna index f75751c..7790faf 100644 --- a/source/common.elna +++ b/source/common.elna @@ -11,7 +11,7 @@ type column: Word end -proc write*(fd: Int; buf: Pointer; Word: Int) -> Int +proc write*(fd: Int; buf: Pointer; Word: Int): Int extern proc write_s*(value: String) |
