evwm/mema.c

8 lines
104 B
C

#include "mema.h"
// Global context for memory allocations
static struct
_mema_context _gbl_context;