File: SP_error.3

package info (click to toggle)
spread 3.17.4-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 1,800 kB
  • ctags: 2,322
  • sloc: ansic: 15,666; sh: 2,611; java: 2,291; perl: 556; yacc: 523; makefile: 255; lex: 204; xml: 77
file content (26 lines) | stat: -rw-r--r-- 538 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
24
25
26
.\" Process this file with
.\" groff -man -Tascii foo.1
.\"
.TH SP_ERROR 3 "JULY 1998" SPREAD "User Manuals"
.SH NAME
SP_error \- Spread error string reporting
.SH SYNOPSIS
.B #include <sp.h>
.br
.BI "void SP_error( int " error );
.SH DESCRIPTION
.B SP_error
prints an error string based on the error number it was given.
.SH "RETURN VALUES"
Returns nothing.
.SH BUGS
None.
.SH AUTHOR
Yair Amir <yairamir@cnds.jhu.edu>
.br
Jonathan Stanton <jonathan@cnds.jhu.edu>
.br
Commedia Project <commedia@cnds.jhu.edu>
.SH "SEE ALSO"
.BR libsp(3)