
Go to the source code of this file.
Classes | |
| struct | _ScbPoint |
| struct | _ScbDevPoint |
Typedefs | |
| typedef struct _ScbPoint | ScbPoint |
| typedef ScbPoint * | ScbPointPtr |
| typedef struct _ScbDevPoint | ScbDevPoint |
| typedef ScbDevPoint * | ScbDevPointPtr |
Functions | |
| void | scb_point_dump (const ScbPointPtr p) |
| typedef struct _ScbDevPoint ScbDevPoint |
| typedef ScbDevPoint* ScbDevPointPtr |
Definition at line 48 of file scbpoint.h.
Copyright (C) 2005-2008 iRex Technologies B.V. All rights reserved.
| typedef ScbPoint* ScbPointPtr |
Definition at line 39 of file scbpoint.h.
| void scb_point_dump | ( | const ScbPointPtr | p | ) |
Copyright (C) 2005-2008 iRex Technologies B.V. All rights reserved.
Definition at line 70 of file scbpoint.c.
00071 { 00072 SCB_RET_IF(p == NULL, "NULL pointer!"); 00073 SCB_DUMP("(%d, %d)", p->x, p->y); 00074 }
1.5.6