This commit is contained in:
hyung-hwan 2008-02-03 05:37:49 +00:00
parent cdfaa35877
commit 9b15c21f13
2 changed files with 461 additions and 452 deletions

View File

@ -343,6 +343,10 @@
/> />
</FileConfiguration> </FileConfiguration>
</File> </File>
<File
RelativePath=".\http.c"
>
</File>
<File <File
RelativePath="main.c" RelativePath="main.c"
> >
@ -432,6 +436,10 @@
RelativePath="ctype.h" RelativePath="ctype.h"
> >
</File> </File>
<File
RelativePath=".\http.h"
>
</File>
<File <File
RelativePath="main.h" RelativePath="main.h"
> >

View File

@ -4,6 +4,7 @@
#include <ase/utl/http.h> #include <ase/utl/http.h>
#include <ase/utl/ctype.h> #include <ase/utl/ctype.h>
#include <ase/cmn/mem.h>
static int is_http_space (ase_char_t c) static int is_http_space (ase_char_t c)
{ {