summaryrefslogtreecommitdiff
path: root/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/alloc.h
blob: 1207adcd0758a46e47ab399059711ce21888bcd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _MSL_COMMON_ALLOC_H
#define _MSL_COMMON_ALLOC_H

#ifdef __cplusplus
extern "C" {
#endif

void free(void* ptr);

#ifdef __cplusplus
}
#endif

#endif /* _MSL_COMMON_ALLOC_H */