Searched defs:vciogets (Results 1 - 1 of 1) sorted by relevance
/ast/src/lib/libvcodex/ | ||
H A D | vcodex.h | 315 extern ssize_t vciogets _ARG_((Vcio_t*, Void_t*, size_t)); 352 #define vciogets(io, str, sz) (memcpy((str), (io)->next, (sz)), (io)->next += (sz) ) macro |
Completed in 14 milliseconds