mirror of
https://github.com/zeldaret/tp
synced 2026-05-24 15:21:08 -04:00
80ba3d9fd2
* checkpoint * checkpoint * rename f_pc * checkpoint * small symbol rename and fix some fpc symbols * remove unneeded entries from ldscript * simplify ok check, update docker container Co-authored-by: Pheenoh <pheenoh@gmail.com>
13 lines
320 B
C
13 lines
320 B
C
#ifndef JASGENERICMEMPOOL_H_
|
|
#define JASGENERICMEMPOOL_H_
|
|
|
|
extern "C" {
|
|
void __ct__17JASGenericMemPoolFv(void);
|
|
void alloc__17JASGenericMemPoolFUl(void);
|
|
void __dt__17JASGenericMemPoolFv(void);
|
|
void free__17JASGenericMemPoolFPvUl(void);
|
|
void newMemPool__17JASGenericMemPoolFUli(void);
|
|
}
|
|
|
|
#endif // JASGENERICMEMPOOL_H_
|