Subversion Repositories wimsdev

Compare Revisions

Ignore whitespace Rev 18103 → Rev 18104

/trunk/wims/src/Misc/canvasdraw/canvasdraw.c
9,6 → 9,10
*********************************************************************************
*/
#define VERSION "0.5"
 
#define _GNU_SOURCE
#include <string.h>
 
#include "canvasdraw.h"
void *tmp_buffer;
FILE *js_include_file;