Files
tp/include/MSL_C/MSL_Common/Src/alloc.h
T

18 lines
295 B
C
Raw Normal View History

2022-03-19 23:44:14 -04:00
#ifndef MSL_COMMON_SRC_ALLOC_H
#define MSL_COMMON_SRC_ALLOC_H
2023-01-02 21:28:46 -08:00
#include "MSL_C/MSL_Common/Src/ansi_files.h"
#ifdef __cplusplus
extern "C" {
#endif
void free(FILE* file);
2023-08-10 03:57:49 -06:00
void __pool_free(int **param_1, unsigned int **param_2);
2023-01-02 21:28:46 -08:00
#ifdef __cplusplus
}
#endif
2022-03-19 23:44:14 -04:00
#endif /* MSL_COMMON_SRC_ALLOC_H */