Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . Technical Reference - <b>_ret()</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 _ret()
 Post a NIL return value
------------------------------------------------------------------------------
 C Prototype

     #include "extend.api"
     void _ret(void)

 Returns

     _ret() has no return value.

 Description

     _ret() posts a NIL value into CA-Clipper's return value area.  When your
     Extend routine returns control to the calling CA-Clipper program, the
     posted value becomes the CA-Clipper return value of your Extend routine.

     Note:  None of the following _ret functions return control to
     CA-Clipper.  The _ret functions only post a return value to be used by
     CA-Clipper as the Extend routines return value.  This does not happen
     until the Extend routine actually returns control in whatever manner is
     normal for that language (e.g., the return statement in C).

 Examples

     .  From C:

        _ret();

     .  From Assembly language:

        EXTRN __ret:FAR
              call   __ret

 Files:  Library is CLIPPER.LIB, header file is Extend.api.


See Also: _retc() _retds() _retl() _retnd() _retni() _retnl()

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