|
Last change
on this file since 37 was 4, checked in by stevenhl, 8 years ago |
|
Import modifications from cwmm-0_2_9-work-01_10_2006.zip dated 2006-08-27
|
|
File size:
415 bytes
|
| Line | |
|---|
| 1 | #ifndef REXX_H_INCLUDED
|
|---|
| 2 | #define REXX_H_INCLUDED
|
|---|
| 3 |
|
|---|
| 4 |
|
|---|
| 5 | #if __cplusplus
|
|---|
| 6 | extern "C" {
|
|---|
| 7 | #endif
|
|---|
| 8 |
|
|---|
| 9 | LONG RxGetLongFromStemWithoutNumber(RXSTRING args, char * chrTail, ULONG* ulError);
|
|---|
| 10 | PSZ RxGetStringFromStemWithoutNumber(RXSTRING args, char *chrTail, ULONG* ulError);
|
|---|
| 11 | LONG RxGetLongFromVar(char * chrVar, ULONG* ulError);
|
|---|
| 12 | LONG RxSetLongInRexxVar(char* chrVar, ULONG ulVal);
|
|---|
| 13 |
|
|---|
| 14 | #if __cplusplus
|
|---|
| 15 | }
|
|---|
| 16 | #endif
|
|---|
| 17 |
|
|---|
| 18 | #endif
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.