You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/diameter_client/lib_dbase/mem.h

9 lines
110 B

#ifndef _MEM_H_
#define _MEM_H_
// use malloc/free
#define pkg_malloc malloc
#define pkg_free free
#endif