Go to the first, previous, next, last section, table of contents.
#include <sys/segments.h> unsigned short _my_cs();
Returns the current CS
. This is useful for setting up interrupt
vectors and such.
CS
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.