File: Std.html

package info (click to toggle)
tom 1.1.1-2
  • links: PTS
  • area: main
  • in suites: potato
  • size: 6,340 kB
  • ctags: 2,244
  • sloc: objc: 27,863; ansic: 9,804; sh: 7,411; yacc: 3,377; lex: 966; asm: 208; makefile: 62; cpp: 10
file content (23 lines) | stat: -rw-r--r-- 897 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
<html><head><title>File C/Std</title></head>
<body BGCOLOR="#ffffff" TEXT="#000000" LINK="#000000" VLINK="#000000">
<h1>File C/Std</h1>
This class contains a bunch of functions from `stdio.h', `stdlib.h',
    and other such ANSI C headers.
<hr><h2>class <a href="index.html">C</a>.<a name="Std" href="#i_Std">Std</a></h2>
Immediately abort execution of the program, causing a core dump on
    some systems.
<h3>methods</h3>
<dl><dt><b><pre>void
  abort;
</pre></b><dd>
Undocumented.
<p><dt><b><pre>void
  sleep int seconds;
</pre></b><dd>
Suspend execution for <code>seconds</code> seconds.
<p><dt><b><pre>int (result)
  system <a href="../tom/index.html">tom</a>.<a href="../tom/String.html#String">String</a> cmdline;
</pre></b><dd>
Undocumented.
<p></dl><h2>instance <a href="index.html">C</a>.<a name="i_Std" href="#Std">Std</a></h2>
<hr><address>Generated by tm 1.01.</address></body></html>