Versão limpa em 04/09/2014. Telnet funcionando.
Dependencies: EthernetInterface mbed-rtos mbed NTPClient
Functions/Split.h
- Committer:
- rebonatto
- Date:
- 2016-01-18
- Revision:
- 43:69afea5f5a4d
- Parent:
- 0:66d8bd1f9d4c
File content as of revision 43:69afea5f5a4d:
/* * Split.h * * Created on: 12/04/2012 * Author: francisco */ #ifndef SPLIT_H_ #define SPLIT_H_ #include <stdio.h> #include <string.h> #include <stdlib.h> #ifdef __cplusplus extern "C" { #endif extern int split(char* str,char* delim,char*** ret ); #ifdef __cplusplus }; #endif #endif /* SPLIT_H_ */