|
Functions... 1. void mycode(void) This is the main function of a so-called standard C program. 2. void mesaj(char *string) This function is the analog of printf function. It outputs the given parameter script in popup messag box. 3. int init(int x,int y) This function initializes the two dimensinal global output array with the given parameters. 4. void setName(char *string) This function sets the specified name of the programmer by the parameter in the final executable. 5. double getVersion(int type) This function gets the version number of the used Project Manager base. If the parameter is 1, the function popups a message box giving the version numbers. Globals... 1. double **input This is the two dimensional global input array and it is filled with the data at runtime by a matrix file. The indexes of this array are x and y. 2. double **output This is the two dimensional global output array. This array holds the calculated data and inside of this array can be viewed and saved to a file at runtime. Indexes are ox and oy. |