| _CP_send | Index Level | _CP_sleep |
| Syntax | int _CP_si_(CPSTR * string) |
| Category | C Interface |
| Type | C Function |
| Description | converts a CPSTR into an integer. |
| Options | |
| See Also | C Functions introduction |
| Example |
CPSTR * s = _CP_mkstr("3.12345");
int i; i = _CP_si_(s); _CP_unix_env(); printf("%d\n", i); _CP_str_free(s); This example displays "3". |
| Warnings | |
| Compatibility | AP 6.1 |
| _CP_send | Index Level | _CP_sleep |