aboutsummaryrefslogtreecommitdiffstats
path: root/mem.h
blob: 8c1c7e299c2431cefb15c77abee2a4c850c5e3ca (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef SS_MEM_H
#define SS_MEM_H

#include <stddef.h>

void* xmalloc(size_t size);

#endif /* SS_MEM_H */