9 lines
95 B
C
9 lines
95 B
C
#ifndef WRAPPER_H_
|
|
#define WRAPPER_H_
|
|
|
|
#include <stdio.h>
|
|
|
|
void *xmalloc(size_t size);
|
|
|
|
#endif
|