Home
last modified time | relevance | path

Searched refs:__DECONST (Results 1 – 1 of 1) sorted by relevance

/picolibc-latest/newlib/libc/include/sys/
Dcdefs.h677 #ifndef __DECONST
678 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro