summaryrefslogtreecommitdiffstats
path: root/libstr.lds
blob: b7e750a0436f25572898a9f4c7fec7de03201b2d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LIBSTR_1.0 {
	global:
		str_fmt;
		str_fmt_realloc;

		str_dup;
		str_dup_realloc;

		str_ndup;
		str_ndup_realloc;

		str_app;
	local: *;
};