diff options
Diffstat (limited to 'manual.tex')
-rw-r--r-- | manual.tex | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | % $Id: manual.tex,v 1.8 1998/04/02 16:09:16 roberto Exp roberto $ | 1 | % $Id: manual.tex,v 1.9 1998/05/18 22:26:03 roberto Exp roberto $ |
2 | 2 | ||
3 | \documentstyle[fullpage,11pt,bnf]{article} | 3 | \documentstyle[fullpage,11pt,bnf]{article} |
4 | 4 | ||
@@ -38,7 +38,7 @@ Waldemar Celes | |||
38 | \tecgraf\ --- Computer Science Department --- PUC-Rio | 38 | \tecgraf\ --- Computer Science Department --- PUC-Rio |
39 | } | 39 | } |
40 | 40 | ||
41 | \date{\small \verb$Date: 1998/04/02 16:09:16 $} | 41 | \date{\small \verb$Date: 1998/05/18 22:26:03 $} |
42 | 42 | ||
43 | \maketitle | 43 | \maketitle |
44 | 44 | ||
@@ -2600,7 +2600,12 @@ formatted according to the given string \verb|format|, | |||
2600 | following the same rules of the ANSI C function \verb|strftime|. | 2600 | following the same rules of the ANSI C function \verb|strftime|. |
2601 | When called without arguments, | 2601 | When called without arguments, |
2602 | it returns a reasonable date and time representation that depends on | 2602 | it returns a reasonable date and time representation that depends on |
2603 | the host system. | 2603 | the host system and the locale. |
2604 | |||
2605 | \subsubsection*{\ff \T{clock ()}}\Deffunc{clock} | ||
2606 | |||
2607 | This function returns an approximation of the amount of CPU time | ||
2608 | used by the program, in seconds. | ||
2604 | 2609 | ||
2605 | \subsubsection*{\ff \T{exit ([code])}}\Deffunc{exit} | 2610 | \subsubsection*{\ff \T{exit ([code])}}\Deffunc{exit} |
2606 | 2611 | ||