SSIZE - get size of user co-routine descriptor space.

Usage:

B:
   size = ssize( [fcv] );
C:
   int ssize( [void *fcv] );

Where:

size
is the amount of user descriptor space allocated by CREATE.
fcv
is the fcv containing the space. If no "fcv" is specified, the default is the fcv of the current co-routine.

Description:

SSIZE returns the amount of user descriptor space allocated within the given fcv.

See Also:

expl b lib create

Copyright © 1996, Thinkage Ltd.