#include "vxWorks.h"
#include "taskLib.h"
#include "ioLib.h"
#include "symLib.h"
#include "sysSymTbl.h"
#include "time.h"
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "errno.h"
Data Structures | |
struct | sps |
Defines | |
#define | ERROR 0 |
#define | OK 1 |
#define | TRUE 1 |
#define | FALSE 0 |
Functions | |
test () | |
Variables | |
int | errno |
static char | tmp [130] |
union { | |
struct sa { | |
int x | |
int y | |
} a | |
struct sb { | |
int y | |
int x | |
} b | |
} | u1 |
union { | |
struct sa { | |
int x | |
int y | |
} a | |
struct sb { | |
int y | |
int x | |
} b | |
} | u2 |
struct sps | ps1 |
struct sps | ps2 |
struct sps * | pp1 = &ps1 |
#define ERROR 0 |
#define FALSE 0 |
#define OK 1 |
#define TRUE 1 |
test | ( | ) |
struct { ... } sa a |
struct { ... } sb b |
int errno |
char tmp[130] [static] |
union { ... } u1 |
union { ... } u2 |
int x |
int y |