Changeset 1673
- Timestamp:
- Sep 1, 2004, 1:50:05 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1672 r1673 1 %%% $Id: psLibSDRS.tex,v 1. 99 2004-09-01 23:41:45 price Exp $1 %%% $Id: psLibSDRS.tex,v 1.100 2004-09-01 23:50:05 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 166 166 const char *psLibVersion(void); 167 167 \end{verbatim} 168 169 \subsection{Initialization} 170 171 PSLib shall be initialized by calling \code{psLibInit} by the user 172 before use. This enables the library to perform the following tasks 173 that are required before general use: 174 \begin{itemize} 175 \item Set the error codes for PSLib. 176 \end{itemize} 177 178 The prototype is: 179 \begin{verbatim} 180 void psLibInit(void) 181 \end{verbatim} 182 168 183 169 184 \subsection{Memory Management} … … 1089 1104 taken to be valid values of \code{errno}. \file{psErrorCodes.c} must 1090 1105 define the necessary function to register the error codes. 1106 1107 1091 1108 1092 1109 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Note:
See TracChangeset
for help on using the changeset viewer.
