cfunc.ati C Function/C Functions
cfunc.ati
| Command | cfunc.ati C Function/C Functions Applicable release versions: AP 6.1 |
|---|---|
| Category | C Functions (120) |
| Description | equivalent to the Pick/BASIC statement: result = @(x) This function returns -1 if an error occurs. The error code is contained in _CP_errno. |
| Syntax | int _CP_at1(CPSTR** result, int x) |
| Options | |
| Example | /* clear the screen */ CPSTR * s = _CP_str_null; _CP_at1(&s,-1); _CP_print(s); |
| Purpose | |
| Related |
cfunc.introduction |
