File: utils.h

package info (click to toggle)
ea-utils 1.1.2%2Bdfsg-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,212 kB
  • sloc: ansic: 11,459; cpp: 3,752; perl: 426; makefile: 74; sh: 71
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);