Dependencies:   EthernetNetIf NetServices mbed HTTPServer

Revision:
0:96cf274f19bc
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/fonctions.h	Mon May 23 05:40:11 2011 +0000
@@ -0,0 +1,6 @@
+
+int str_istr (const char *cs, const char *ct);
+char *str_sub (const char *s, unsigned int start, unsigned int end); 
+char **str_split (char *s, const char *ct);
+
+