Versão limpa em 04/09/2014. Telnet funcionando.

Dependencies:   EthernetInterface mbed-rtos mbed NTPClient

Functions/Split.h

Committer:
rebonatto
Date:
2014-09-04
Revision:
0:66d8bd1f9d4c

File content as of revision 0:66d8bd1f9d4c:

/*
 * 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_ */