blob: 38128a278db500d3eea745c7eb839df888e2ddde (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
/*****
* This file is automatically generated by findsym.pl
* Changes will be overwritten.
*****/
// If the ADDSYMBOL macro is not already defined, define it with the default
// purpose of referring to an external pre-translated symbol, such that
// SYM(name) also refers to that symbol.
#ifndef ADDSYMBOL
#define ADDSYMBOL(name) extern sym::symbol PRETRANSLATED_SYMBOL_##name
#define SYM(name) PRETRANSLATED_SYMBOL_##name
#endif
ADDSYMBOL(ascii);
ADDSYMBOL(digits);
ADDSYMBOL(downcase);
ADDSYMBOL(erase);
ADDSYMBOL(find);
ADDSYMBOL(forcemath);
ADDSYMBOL(format);
ADDSYMBOL(hex);
ADDSYMBOL(insert);
ADDSYMBOL(length);
ADDSYMBOL(locale);
ADDSYMBOL(n);
ADDSYMBOL(pos);
ADDSYMBOL(replace);
ADDSYMBOL(reverse);
ADDSYMBOL(rfind);
ADDSYMBOL(s);
ADDSYMBOL(seconds);
ADDSYMBOL(separator);
ADDSYMBOL(string);
ADDSYMBOL(substr);
ADDSYMBOL(t);
ADDSYMBOL(time);
ADDSYMBOL(translate);
ADDSYMBOL(upcase);
ADDSYMBOL(x);
|