comparison src/oct-strstrm.h @ 4933:cd58733c326b

[project @ 2004-08-05 16:08:28 by jwe]
author jwe
date Thu, 05 Aug 2004 16:08:28 +0000
parents 19b8225bdaa2
children 6d481b6e349e
comparison
equal deleted inserted replaced
4932:43f4ebd2704c 4933:cd58733c326b
39 oct_mach_info::flt_fmt_native) 39 oct_mach_info::flt_fmt_native)
40 : octave_base_stream (m, ff) { } 40 : octave_base_stream (m, ff) { }
41 41
42 // Position a stream at OFFSET relative to ORIGIN. 42 // Position a stream at OFFSET relative to ORIGIN.
43 43
44 int seek (long offset, int origin); 44 int seek (long, int);
45 45
46 // Return current stream position. 46 // Return current stream position.
47 47
48 long tell (void); 48 long tell (void);
49 49