Subversion Repositories wimsdev

Rev

Rev 10 | Rev 8122 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10 Rev 8086
Line 28... Line 28...
28
#include "dir.c"
28
#include "dir.c"
29
#include "text.c"
29
#include "text.c"
30
 
30
 
31
#include "levelcurve.c"
31
#include "levelcurve.c"
32
 
32
 
-
 
33
void (*string_modify)(char *start, char *bad_beg, char *bad_end, char *good,...)=string_modify1;