- Fixed a bug with control magic (see tests/control_magic2.txt)
This commit is contained in:
wagic.the.homebrew
2008-11-29 06:47:03 +00:00
parent 5d6a7232cd
commit 58a50705de
6 changed files with 41 additions and 28 deletions

View File

@@ -40,8 +40,6 @@ template <typename T, size_t N>
int lowercase(string source);
int substr_copy(char *source, char *target, int start, int len);
int append_str(char * s1, char * s2, char * target);
int filesize(const char * filename);
int read_file (const char * filename, char * buffer, int filesize);
int readline (char * in_buffer, char * out_buffer, int cursor);