2 * (c) copyright 1987 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 * See the copyright notice in the ACK home directory, in the file "Copyright".
20 %[uxbo] = unsigned int
25 sprint(char *buf
, char *fmt
, ...)
27 sprint(buf
, fmt
, va_alist
)
39 buf
[_format(buf
, fmt
, args
)] = '\0';