Searched refs:__UNCONST (Results 1 - 1 of 1) sorted by relevance

/external/libedit/examples/
H A Dtc1.c50 #ifndef __UNCONST
51 # define __UNCONST(a) ((void *)(unsigned long)(const void *)(a)) macro
283 execvp(av[0], (char *const *)__UNCONST(av));

Completed in 69 milliseconds