Changeset 5914
- Timestamp:
- Jan 5, 2006, 4:17:02 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r5904 r5914 1 %%% $Id: psLibSDRS.tex,v 1.37 0 2006-01-05 23:49:44 jhoblittExp $1 %%% $Id: psLibSDRS.tex,v 1.371 2006-01-06 02:17:02 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 905 905 terminator) shall be returned. \code{psStringPrepend} shall do 906 906 similarly, except it shall prepend to the \code{dest} string. 907 908 A further useful function is: 909 910 \begin{prototype} 911 psList *psStringSplit(const char *string, const char *splitters); 912 \end{prototype} 913 914 \code{psStringSplit} shall split the input \code{string} into a 915 \code{psList} of \code{psStrings}. The \code{string} is split at any 916 one of the characters in \code{splitters}. Split strings of zero 917 length should not be included in the output list. 907 918 908 919 \subsubsection{Type information}
Note:
See TracChangeset
for help on using the changeset viewer.
