File: libzt.map

package info (click to toggle)
libzt 0.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 936 kB
  • sloc: ansic: 3,217; sh: 211; awk: 12; makefile: 10
file content (28 lines) | stat: -rw-r--r-- 326 bytes parent folder | download
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
VERS_0_1 {
	global:
		zt_assert;
		zt_check;
		zt_cmp_bool;
		zt_cmp_cstr;
		zt_cmp_int;
		zt_cmp_rune;
		zt_cmp_uint;
		zt_false;
		zt_main;
		zt_not_null;
		zt_null;
		zt_pack_rune;
		zt_true;
		zt_visit_test_case;
		zt_visit_test_suite;
	local: *;
};

VERS_0_2 {

} VERS_0_1;

VERS_0_3 {
	global:
		zt_cmp_ptr;
} VERS_0_2;