Files
yait/wrapper.h
2025-11-13 15:27:28 -05:00

9 lines
95 B
C

#ifndef WRAPPER_H_
#define WRAPPER_H_
#include <stdio.h>
void *xmalloc(size_t size);
#endif