mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-19 03:05:15 +00:00
24 lines
419 B
Plaintext
24 lines
419 B
Plaintext
|
LIBMPXWRAPPERS_1.0
|
||
|
{
|
||
|
global:
|
||
|
__mpx_wrapper_malloc;
|
||
|
__mpx_wrapper_mmap;
|
||
|
__mpx_wrapper_realloc;
|
||
|
__mpx_wrapper_calloc;
|
||
|
__mpx_wrapper_memset;
|
||
|
__mpx_wrapper_bzero;
|
||
|
__mpx_wrapper_memmove;
|
||
|
__mpx_wrapper_memcpy;
|
||
|
__mpx_wrapper_mempcpy;
|
||
|
__mpx_wrapper_strncat;
|
||
|
__mpx_wrapper_strcat;
|
||
|
__mpx_wrapper_stpcpy;
|
||
|
__mpx_wrapper_stpncpy;
|
||
|
__mpx_wrapper_strcpy;
|
||
|
__mpx_wrapper_strncpy;
|
||
|
__mpx_wrapper_strlen;
|
||
|
|
||
|
local:
|
||
|
*;
|
||
|
};
|