Changeset 7129
- Timestamp:
- May 17, 2006, 12:33:01 PM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r6829 r7129 1 %%% $Id: ChangeLogSDRS.tex,v 1.20 2 2006-04-11 21:24:07 eugeneExp $1 %%% $Id: ChangeLogSDRS.tex,v 1.203 2006-05-17 22:33:01 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 901 901 902 902 \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.39 1 2006-04-11 21:24:07 eugeneExp $1 %%% $Id: psLibSDRS.tex,v 1.392 2006-05-17 22:33:01 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 891 891 \end{prototype} 892 892 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 895 maximum of \code{nChar} characters. Both copy functions shall ``pass through'' 896 \code{NULL} values without generating an error. 896 897 897 898 We also specify two useful functions:
Note:
See TracChangeset
for help on using the changeset viewer.
