ATSLIB/contrib/json-c/printbuf
Synopsis
castfn
printbuf2ptr {l:addr} (al: !printbuf (l)):<> ptr (l)
Synopsis
fun printbuf_new (): printbuf0 = "mac#%"
Synopsis
fun printbuf_free (pb: printbuf0): void = "mac#%"
Synopsis
fun printbuf_reset (pb: !printbuf1): void = "mac#%"
Synopsis
fun printbuf_length (pb: !printbuf1): intGte(0) = "mac#%"
Synopsis
fun printbuf_memappend
(pb: !printbuf1, buf: Ptr1, size: intGte(0)): int = "mac#%"
Synopsis
fun printbuf_memset
(
pb: !printbuf1, offset: int, charvalue: int, len: intGte(0)
) : int = "mac#%"