|
Contiki-Inga 3.x
|
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. More... | |
| void | arg_free (char *arg) |
| Deallocates an argument buffer. More... | |
Argument buffer for passing arguments when starting processes.
Definition in file arg.c.
1.8.3.1