Changeset 4 for trunk/common_functions/rexx_funcs.c
- Timestamp:
- Jul 13, 2017, 5:17:57 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/common_functions/rexx_funcs.c
r2 r4 25 25 } RXSTEMDATA; 26 26 27 /*!**************************************************/ 28 /* */ 29 /* @@DESC */ 30 /* */ 31 /* To be written... */ 32 /* */ 33 /*!!*************************************************/ 27 34 LONG RxGetLongFromStemWithoutNumber(RXSTRING args, char * chrTail, ULONG* ulError) 28 35 { … … 74 81 } 75 82 76 /*************************************************************/ 83 /*!***********************************************************/ 84 /* */ 85 /* @@DESC */ 77 86 /* */ 78 87 /* This function returns a string from a stem. The caller */ 79 88 /* must free the returned string with free() */ 80 89 /* */ 81 /* ************************************************************/90 /*!!**********************************************************/ 82 91 PSZ RxGetStringFromStemWithoutNumber(RXSTRING args, char *chrTail, ULONG* ulError) 83 92 { … … 125 134 } 126 135 127 /*************************************************************/ 136 /*!***********************************************************/ 137 /* */ 138 /* @@DESC */ 128 139 /* */ 129 140 /* This function returns a long from a REXX var. */ 130 141 /* */ 131 /* ************************************************************/142 /*!!**********************************************************/ 132 143 LONG RxGetLongFromVar(char * chrVar, ULONG* ulError) 133 144 { … … 175 186 } 176 187 188 /*!***********************************************************/ 189 /* */ 190 /* @@DESC */ 191 /* */ 192 /* To be written... */ 193 /* */ 194 /*!!**********************************************************/ 177 195 LONG RxSetLongInRexxVar(char* chrVar, ULONG ulVal) 178 196 {
Note:
See TracChangeset
for help on using the changeset viewer.