aboutsummaryrefslogtreecommitdiff
path: root/src/EOS_Utils.h
blob: 8aa67935b9553a4556bef32ffbec632c458ad668 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _EOS_UTILS_H_
#define _EOS_UTILS_H_

#ifdef __cplusplus 
extern "C" 
{
#endif

const char * EOS_StrSep(const char ** string_ptr, const char * delim);

#ifdef __cplusplus 
}
#endif

#endif /* Eos_Utils.h */