7 lines
78 B
C
7 lines
78 B
C
|
#ifndef MY_FREE_FWD_H
|
||
|
#define MY_FREE_FWD_H
|
||
|
|
||
|
void my_free(void* ptr);
|
||
|
|
||
|
#endif
|