Mercurial > hg > Members > kono > nitros9-code
comparison docs/ccguide/signal.refentry @ 578:ed2a3bb12458
All function prototypes are added.
author | roug |
---|---|
date | Fri, 01 Nov 2002 10:02:34 +0000 |
parents | 7d803625ead8 |
children | 183184bacb3d |
comparison
equal
deleted
inserted
replaced
577:28cf27294683 | 578:ed2a3bb12458 |
---|---|
6 | 6 |
7 <refsynopsisdiv> | 7 <refsynopsisdiv> |
8 <funcsynopsis> | 8 <funcsynopsis> |
9 <funcsynopsisinfo> | 9 <funcsynopsisinfo> |
10 #include <signal.h> | 10 #include <signal.h> |
11 | |
12 typedef int (*sighandler_t)(int); | |
11 </funcsynopsisinfo> | 13 </funcsynopsisinfo> |
12 <funcprototype> | 14 <funcprototype> |
13 <funcdef><function>signal</function></funcdef> | 15 <funcdef>sighandler_t <function>signal</function></funcdef> |
14 <paramdef>type <parameter>arg1</parameter></paramdef> | 16 <paramdef>int <parameter>interrupt</parameter></paramdef> |
17 <paramdef>sighandler_t <parameter>address</parameter></paramdef> | |
18 | |
15 </funcprototype> | 19 </funcprototype> |
16 </funcsynopsis> | 20 </funcsynopsis> |
17 | 21 |
18 </refsynopsisdiv> | 22 </refsynopsisdiv> |
19 | 23 |