File: utils.h

package info (click to toggle)
ea-utils 1.1.2%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 836 kB
  • ctags: 1,256
  • sloc: ansic: 11,459; cpp: 3,752; perl: 426; makefile: 74; sh: 42
file content (5 lines) | stat: -rw-r--r-- 150 bytes parent folder | download | duplicates (5)
1
2
3
4
5
#include <string>
#include <vector>

std::string string_format(const std::string &fmt, ...);
std::vector<char *> split(char* str, const char* delim);