|
PatchworkOS
|
#include <stdint.h>Go to the source code of this file.
Data Structures | |
| struct | argv_t |
| Argument Vector structure. More... | |
Functions | |
| uint64_t | argv_init (argv_t *argv, const char **src) |
| Initializes an argument vector from a source array of strings. | |
| void | argv_deinit (argv_t *argv) |
| Deinitializes an argument vector, freeing any allocated memory. | |
| const char * | argv_get_strings (const argv_t *argv, uint64_t *length) |
| Retrieves a pointer to the start of the first string. | |