예제 #1
0
void uifarfree( void __far *ptr )
{
    ExtraFree( ptr );
}
예제 #2
0
void uifarfree( void *ptr )
{
    ExtraFree( ptr );
}