IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7129


Ignore:
Timestamp:
May 17, 2006, 12:33:01 PM (20 years ago)
Author:
jhoblitt
Message:

updated description of psStringCopy() & psStringNCopy

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r6829 r7129  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.202 2006-04-11 21:24:07 eugene Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.203 2006-05-17 22:33:01 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    901901
    902902\end{itemize}
     903
     904\subsection{Changes from Revision 20 (11 Apr 2006) to Revisoin 21 ()}
     905
     906\begin{itemize}
     907\item updated description of \code{psStringCopy()} \& \code{psStringNCopy}
     908\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r6829 r7129  
    1 %%% $Id: psLibSDRS.tex,v 1.391 2006-04-11 21:24:07 eugene Exp $
     1%%% $Id: psLibSDRS.tex,v 1.392 2006-05-17 22:33:01 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    891891\end{prototype}
    892892
    893 \code{psStringCopy} shall perform a deep copy of the \code{string}
    894 into \code{psAlloc}-ed memory.  \code{psStringNCopy} shall do the
    895 same, up to a maximum of \code{nChar} characters.
     893\code{psStringCopy} shall perform a deep copy of the \code{string} into
     894\code{psAlloc}-ed memory.  \code{psStringNCopy} shall do the same, up to a
     895maximum of \code{nChar} characters.  Both copy functions shall ``pass through''
     896\code{NULL} values without generating an error.
    896897
    897898We also specify two useful functions:
Note: See TracChangeset for help on using the changeset viewer.