/***********************************************************************/ /* Open Visualization Data Explorer */ /* (C) Copyright IBM Corp. 1989,1999 */ /* ALL RIGHTS RESERVED */ /* This code licensed under the */ /* "IBM PUBLIC LICENSE - Open Visualization Data Explorer" */ /***********************************************************************/ #include #include #define M_ERROR 1 #define M_WARNING 2 #define M_MESSAGE 3 #define MAXBUFLEN 2048 #define MAXOUT 21 static Error parseit(char *inputstring, char *control, Object *out); static void copyformat(char **from, char **to); int m_Parse(Object *in, Object *out) { char *inputstring = NULL; char *control = NULL; int i; for (i=0; i