diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-23 00:30:12 +0000 |
| commit | 6e425a9de8c003b5a733621a6b6730ec3cc902b8 (patch) | |
| tree | 314123bcab78ff295f38f85f31dc141e5fe22d15 /man/2/sys-print | |
| parent | 74a4d8c26dd3c1e9febcb717cfd6cb6512991a7a (diff) | |
20061220
Diffstat (limited to 'man/2/sys-print')
| -rw-r--r-- | man/2/sys-print | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/man/2/sys-print b/man/2/sys-print index c499ad43..0fa21403 100644 --- a/man/2/sys-print +++ b/man/2/sys-print @@ -1,11 +1,12 @@ .TH SYS-PRINT 2 .SH NAME -print, fprint, sprint \- print formatted output +print, aprint, fprint, sprint \- print formatted output .SH SYNOPSIS .EX include "sys.m"; sys := load Sys Sys->PATH; +aprint: fn(format: string, *): array of byte; fprint: fn(fd: ref FD, format: string, *): int; print: fn(format: string, *): int; sprint: fn(format: string, *): string; @@ -22,6 +23,10 @@ file descriptor. .B Sprint places text in a string, which it returns. +.B Aprint +is similar but returns the text in +.IR utf (6) +representation as an array of bytes. .B Print and .B fprint |
