Mercurial > hg > octave-jordi
comparison liboctave/str-vec.h @ 3503:d14c483b3c12
[project @ 2000-02-01 04:06:07 by jwe]
author | jwe |
---|---|
date | Tue, 01 Feb 2000 04:06:39 +0000 |
parents | b779a5b8aed4 |
children | 5eef8a2294bd |
comparison
equal
deleted
inserted
replaced
3502:b5238ac1dca9 | 3503:d14c483b3c12 |
---|---|
21 */ | 21 */ |
22 | 22 |
23 #if !defined (octave_str_vec_h) | 23 #if !defined (octave_str_vec_h) |
24 #define octave_str_vec_h 1 | 24 #define octave_str_vec_h 1 |
25 | 25 |
26 class ostream; | 26 #include <iostream> |
27 | |
28 #include <string> | 27 #include <string> |
29 | 28 |
30 #include "Array.h" | 29 #include "Array.h" |
31 | 30 |
32 static int | 31 static int |