Versão atual 13-12-2013.

Dependencies:   EthernetInterface mbed-rtos mbed

Functions/Split.h

Committer:
rebonatto
Date:
2013-12-13
Revision:
1:238ac24e46dd
Parent:
0:65c41a68b49a

File content as of revision 1:238ac24e46dd:

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