Contiki 2.6

arg.c File Reference

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.

Detailed Description

Argument buffer for passing arguments when starting processes.

Author:
Adam Dunkels <adam@dunkels.com>

Definition in file arg.c.