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


_my_ss

Syntax

#include <sys/segments.h>

unsigned short _my_ss();

Description

Returns the current SS. This is useful for setting up interrupt vectors and such.

Return Value

SS

Portability

not ANSI, not POSIX


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