C String Constants

C String Constants
These types indicate string pointers. When you declare argument and return types with these values, c_func and c_proc will accept strings as parameters and automatically allocate, free, and return those values instead of just the pointers.

See also: C Type Constants, Euphoria Type Constants

Functions/Procedures
Supertopics

C String Constants

[const]
C_LPCSTR

Category: C String Constants

A C-style null-terminated char string pointer (e.g. char*).

See also: allocate_string, peek_string


C String Constants

[const]
C_LPCWSTR

Category: C String Constants

A C-style null-terminated wchar_t string pointer (e.g. wchar_t*).

See also: allocate_wstring, peek_wstring


C String Constants

[const]
C_STRING

Category: C String Constants

A C-style null-terminated char string pointer (e.g. char*).

See also: allocate_string, peek_string


C String Constants

[const]
C_WSTRING

Category: C String Constants

A C-style null-terminated wchar_t string pointer (e.g. wchar_t*).

See also: allocate_wstring, peek_wstring