File: errHand.cfg

package info (click to toggle)
swirc 3.5.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,988 kB
  • sloc: ansic: 18,321; cpp: 17,795; sh: 968; python: 254; makefile: 104; javascript: 20
file content (23 lines) | stat: -rw-r--r-- 523 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0"?>

<def format="2">
	<!-- void err_dump(const char *fmt, ...); -->
	<function name="err_dump">
		<noreturn>true</noreturn>
	</function>

	<!-- void err_exit(int error, const char *fmt, ...); -->
	<function name="err_exit">
		<noreturn>true</noreturn>
	</function>

	<!-- void err_quit(const char *fmt, ...); -->
	<function name="err_quit">
		<noreturn>true</noreturn>
	</function>

	<!-- void err_sys(const char *fmt, ...); -->
	<function name="err_sys">
		<noreturn>true</noreturn>
	</function>
</def>