Go to the first, previous, next, last section, table of contents.


__djgpp_nearptr_disable

Syntax

#include <sys/nearptr.h>

void __djgpp_nearptr_disable(void);

Description

This function disables near pointers, and re-enables protection. See section __djgpp_nearptr_enable.

Portability

not ANSI, not POSIX


Go to the first, previous, next, last section, table of contents.