466
|
1 <refentry id="intercept">
|
|
2 <refnamediv>
|
468
|
3 <refname>Intercept</refname>
|
|
4 <refpurpose>set function for interrupt processing</refpurpose>
|
466
|
5 </refnamediv>
|
|
6
|
|
7 <refsynopsisdiv>
|
|
8 <funcsynopsis>
|
|
9 <funcprototype>
|
|
10 <funcdef><function>intercept</function></funcdef>
|
570
|
11 <paramdef>int <parameter>(* func)</parameter>
|
|
12 <funcparams>int</funcparams></paramdef>
|
466
|
13 </funcprototype>
|
|
14 </funcsynopsis>
|
|
15
|
|
16 </refsynopsisdiv>
|
|
17
|
542
|
18 <refsect1><title>Assembler Equivalent</title>
|
|
19 <para>
|
|
20 os9 F$ICPT
|
|
21 </para>
|
|
22 </refsect1>
|
|
23
|
466
|
24 <refsect1><title>Description</title>
|
|
25 <para>
|
|
26 Placeholder
|
|
27 </para>
|
|
28 </refsect1>
|
542
|
29
|
|
30 <refsect1><title>See Also</title>
|
|
31 <para>
|
|
32 <link linkend="signal">signal()</link>
|
|
33 </para>
|
|
34 </refsect1>
|
|
35
|
466
|
36 </refentry>
|