ronnie
2022-10-23 4bf14332546635f50a1bf7f3df4c0a8e29643280
1
2
3
4
5
6
7
#ifndef _U_EXECMEM_H_
#define _U_EXECMEM_H_
 
void *
u_execmem_alloc(unsigned int size);
 
#endif /* _U_EXECMEM_H_ */