Changeset 7932
- Timestamp:
- Jul 18, 2006, 10:32:31 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r7909 r7932 1 %%% $Id: psLibSDRS.tex,v 1.4 19 2006-07-15 00:17:19 jhoblittExp $1 %%% $Id: psLibSDRS.tex,v 1.420 2006-07-18 20:32:31 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 978 978 typedef struct { 979 979 long NLINE; // allocated length 980 long Nline; // current leng ht980 long Nline; // current length 981 981 char *line; // character string data 982 982 } psLine; … … 995 995 \end{prototype} 996 996 997 The following function appends a line segment to the string, returning998 \code{false} if the new segment would overflow the allocated string997 The following function appends a string to a line segment, returning 998 \code{false} if the new segment would overflow the allocated line 999 999 length. 1000 1000 \begin{prototype}
Note:
See TracChangeset
for help on using the changeset viewer.
