PatchworkOS  966e257
A non-POSIX operating system.
Loading...
Searching...
No Matches
argsplit.h File Reference
#include <stdint.h>
#include "_internal/config.h"
Include dependency graph for argsplit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

const char ** argsplit (const char *str, uint64_t maxLen, uint64_t *count)
 Standardized argument parsing function.
 
const char ** argsplit_buf (void *buf, uint64_t size, const char *str, uint64_t maxLen, uint64_t *count)
 Standardized argument parsing function using a provided buffer.