IOstringToCmd |
Top Previous Next |
Order list from sign chain provide. With this routine a list is generated from a sign chain which contains orders, by the orders which are filled in the structure CMD. Parametre string (char *) [IN] The sign chain contains orders which are separated with the Newline sign of each other. Result (CMD *) [OUT] Every order from the sign chain is filed in a structure by the type CMD and as a list zurückgeliefert. Declaration #include "ausgabe.h"
CMD* DLLENTRY IOstringToCmd ( char * string );
|