mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
18 lines
258 B
C
18 lines
258 B
C
#ifndef MSL_COMMON_SRC_ALLOC_H
|
|
#define MSL_COMMON_SRC_ALLOC_H
|
|
|
|
#include "MSL_C/MSL_Common/Src/ansi_files.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
void free(FILE* file);
|
|
void __pool_free();
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* MSL_COMMON_SRC_ALLOC_H */
|