|
PatchworkOS
a7b3d61
A non-POSIX operating system.
|
Extract Portion of Buffer or String. More...
Extract Portion of Buffer or String.
Functions | |
| aml_object_t * | aml_mid (aml_state_t *state, aml_object_t *bufferString, aml_uint_t index, aml_uint_t length) |
| Performs a "mid" operation, extracting a portion of a buffer or string. | |
| aml_object_t * aml_mid | ( | aml_state_t * | state, |
| aml_object_t * | bufferString, | ||
| aml_uint_t | index, | ||
| aml_uint_t | length | ||
| ) |
Performs a "mid" operation, extracting a portion of a buffer or string.
| state | The AML state. |
| bufferString | The buffer or string object to extract from. |
| index | The starting index for the extraction. |
| length | The length of the portion to extract. |
NULL and errno is set. Definition at line 3 of file mid.c.