Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- RLIB 3.0a Reference - <b>function:</b> rlibinit() http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
Function:    RLIBINIT()

Purpose:     Initialize internal RLIB PUBLIC/STATIC variable(s).

Syntax:      RLIBINIT()

Arguments:   None

Returns:     Zero

Description: This is an internal function which is called at the beginning
             of every RLIB function.  Its purpose is to initialize the
             PUBLIC variable <rliberror> to zero.  This variable is used
             throughout as a debugging aid to return information about the
             state and/or failure code of an RLIB function.  See Appendix
             A - RLIB Error Codes for more information.

Notes:       The additional benefit of this central function comes in its
             central nature.  Global modifiers can easily be added to all
             Rlib functions in this module.

Example:     Used internally.  See individual function code.

Source:      RL_RLIBI.PRG

See also:    RLIBVER()

See Also: RLIBVER()

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson