summaryrefslogtreecommitdiff
path: root/common.h
blob: f6c368329dc2459a77274c19fa2c9a1025caa59f (plain)
1
2
3
4
5
6
7
8
9

#include <glcdskin/string.h>


GLCD::cType TimeType(time_t Time, const std::string &Format);
GLCD::cType DurationType(int Index, const std::string &Format);
int ParanoiaStrcmp(const char *s1, const char *s2);
const std::string SplitText(const std::string &Text, const std::string &Delim, bool firstPart = true);
const std::string SplitToken(const std::string &Token, const struct GLCD::tSkinAttrib Attrib, bool extSplit = false);