Home
last modified time | relevance | path

Searched defs:USR_LIBC_FUNC_DEF (Results 1 – 1 of 1) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/
Dlibc_init.c36 #define USR_LIBC_FUNC_DEF(type, func, ...) extern type b_##func(__VA_ARGS__); macro
42 #define USR_LIBC_FUNC_DEF(type, func, ...) ops->func = b_##func; in _lib_ops_init() macro