Defines | Functions
utils.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define ABS(a)   (((a) < 0) ? -(a) : (a))
#define LENGTH_OF(x)   (sizeof(x)/sizeof(x[0]))

Functions

void daemon_mode (void)
static void reset_getopt (void)

Define Documentation

#define ABS (   a)    (((a) < 0) ? -(a) : (a))

Definition at line 23 of file utils.h.

#define LENGTH_OF (   x)    (sizeof(x)/sizeof(x[0]))

Definition at line 30 of file utils.h.


Function Documentation

void daemon_mode ( void  )

Definition at line 42 of file utils.c.

static void reset_getopt ( void  ) [inline, static]

Definition at line 37 of file utils.h.



corobot_pantilt
Author(s): Morgan Cormier/mcormier@coroware.com
autogenerated on Tue Jan 7 2014 11:39:02