Argument buffer for passing arguments when starting processes. More...
#include "contiki.h"
#include "sys/arg.h"
Go to the source code of this file.
Functions | |
char * | arg_alloc (char size) |
Allocates an argument buffer. | |
void | arg_free (char *arg) |
Deallocates an argument buffer. |
Argument buffer for passing arguments when starting processes.
Definition in file arg.c.