Searched defs:vciogets (Results 1 - 1 of 1) sorted by relevance

/ast/src/lib/libvcodex/
H A Dvcodex.h315 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 13 milliseconds