Rev 18071 | Rev 18109 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 18071 | Rev 18104 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | * can be used and distributed without restriction, including for commercial use * |
7 | * can be used and distributed without restriction, including for commercial use * |
8 | * No warrenty whatsoever * |
8 | * No warrenty whatsoever * |
9 | ********************************************************************************* |
9 | ********************************************************************************* |
10 | */ |
10 | */ |
11 | #define VERSION "0.5" |
11 | #define VERSION "0.5" |
- | 12 | ||
- | 13 | #define _GNU_SOURCE |
|
- | 14 | #include <string.h> |
|
- | 15 | ||
12 | #include "canvasdraw.h" |
16 | #include "canvasdraw.h" |
13 | void *tmp_buffer; |
17 | void *tmp_buffer; |
14 | FILE *js_include_file; |
18 | FILE *js_include_file; |
15 | /****************************************************************************** |
19 | /****************************************************************************** |
16 | ** Internal Functions |
20 | ** Internal Functions |