source: tags/0.5/tmp/utils.h @ 9

Last change on this file since 9 was 9, checked in by willem, 11 years ago

willem

File size: 216 bytes
Line 
1#ifndef UTILS_H
2#define UTILS_H
3#include <vector>
4#include <string>
5std::vector <std::string> split(std::vector <std::string> &v, const std::string s, const char sep);
6char* str_to_charp(const std::string s);
7#endif
Note: See TracBrowser for help on using the repository browser.