Previous Next Up Title Contents Index Functions Index Top Library

ESCAPE

PESCAPE


CALL SEQUENCE

void pescape(
)

TYPES

typedef void * Pstore;

typedef union {
	struct Pescape_in_r1 {
		int impl_dep;
	} escape_in_r1;
	int impl_dep;
} Pescape_in_data;

typedef union {
	struct Pescape_out_r1 {
		int impl_dep;
	} escape_out_r1;
	int impl_dep;
} Pescape_out_data;

EFFECT

Not implemented


Previous Next Up Title Contents Index Functions Index Top Library