#include "vxWorks.h"
#include "string.h"
#include "stdio.h"
#include "stdlib.h"
#include "stdarg.h"
#include "limits.h"
#include "float.h"
#include "errno.h"
#include "application.conf"
Functions | |
int | GetArgs (char *pArgs, char *types,...) |
modification history -------------------- 15aug08 kHu DOXYGEN comments added 14feb03 kHu return ERROR/OK -> -1/0/number of processed bytes 27feb02 kHu return OK bei pArgs oder types == NULL
int GetArgs | ( | char * | pArgs, | |
char * | types, | |||
... | ||||
) |