File: libspf2.ver

package info (click to toggle)
libspf2 1.2.10-8.4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,712 kB
  • sloc: sh: 11,504; ansic: 11,396; makefile: 171; perl: 18
file content (16 lines) | stat: -rw-r--r-- 167 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
global:
	SPF_*;
	main;
	__libc_csu_*;
	_init;
	_fini;
	_IO_stdin_used;
	_DYNAMIC_LINKING;
	__RLD_MAP;
local:
	SPF_recalloc;
	SPF_sanitize;
	SPF_print_sizeof;
	*;
};