Home
last modified time | relevance | path

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

/picolibc-3.7.0-3.6.0/newlib/libc/include/sys/
Dcdefs.h672 #ifndef __DECONST
673 #define __DECONST(type, var) ((type)(__uintptr_t)(const void *)(var)) macro