bip/src/utils/b64/os.h

4 lines
58 B
C

#ifndef os_malloc
#define os_malloc(s) malloc((s))
#endif