Ignore:
Timestamp:
Jul 13, 2017, 5:17:57 AM (8 years ago)
Author:
stevenhl
Message:

Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/common_functions/rexx_funcs.c

    r2 r4  
    2525 } RXSTEMDATA;
    2626
     27/*!**************************************************/
     28/*                                                  */
     29/* @@DESC                                           */
     30/*                                                  */
     31/* To be written...                                 */
     32/*                                                  */
     33/*!!*************************************************/
    2734LONG RxGetLongFromStemWithoutNumber(RXSTRING args, char * chrTail, ULONG* ulError)
    2835{
     
    7481}
    7582
    76 /*************************************************************/
     83/*!***********************************************************/
     84/*                                                           */
     85/* @@DESC                                                    */
    7786/*                                                           */
    7887/* This function returns a string from a stem. The caller    */
    7988/* must free the returned string with free()                 */
    8089/*                                                           */
    81 /*************************************************************/
     90/*!!**********************************************************/
    8291PSZ RxGetStringFromStemWithoutNumber(RXSTRING args, char *chrTail, ULONG* ulError)
    8392{
     
    125134}
    126135
    127 /*************************************************************/
     136/*!***********************************************************/
     137/*                                                           */
     138/* @@DESC                                                    */
    128139/*                                                           */
    129140/* This function returns a long from a REXX var.             */
    130141/*                                                           */
    131 /*************************************************************/
     142/*!!**********************************************************/
    132143LONG RxGetLongFromVar(char * chrVar, ULONG* ulError)
    133144{
     
    175186}
    176187
     188/*!***********************************************************/
     189/*                                                           */
     190/* @@DESC                                                    */
     191/*                                                           */
     192/* To be written...                                          */
     193/*                                                           */
     194/*!!**********************************************************/
    177195LONG RxSetLongInRexxVar(char* chrVar, ULONG ulVal)
    178196{
Note: See TracChangeset for help on using the changeset viewer.