IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Aug 27, 2004, 10:51:33 AM (22 years ago)
Author:
Paul Price
Message:

Added psLibVersion.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibSDRS.tex

    r1633 r1636  
    1 %%% $Id: psLibSDRS.tex,v 1.87 2004-08-26 23:46:13 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.88 2004-08-27 20:51:33 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    156156
    157157\section{System Utilities}
     158
     159\subsection{Configuration}
     160
     161It is important to be able to access the version of the code in use.
     162\code{psLibVersion} shall return the current version of PSLib in use,
     163as determined from CVS tags.
     164
     165\begin{verbatim}
     166const char *psLibVersion(void);
     167\end{verbatim}
    158168
    159169\subsection{Memory Management}
Note: See TracChangeset for help on using the changeset viewer.