#include <stdlib.h>
#include "str.h"
#include "argv.h"
Include dependency graph for argv_from_str.c:
Go to the source code of this file.
Functions | |
int | argv_from_str (char *str, char **const argv, int max_argc) |
convert string to argument vector |