enum tarpc_lib_flags

Flags to resolve function name.

These are bit flags, with the exception of TARPC_LIB_DEFAULT, which is used as the initialization value.

enum tarpc_lib_flags {
    TARPC_LIB_DEFAULT     = 0x0,
    TARPC_LIB_USE_LIBC    = 0x1,
    TARPC_LIB_USE_SYSCALL = 0x2,
};