Subject: libiostream problem
To: NetBSD Current Users Mailing list <current-users@NetBSD.ORG>
From: Joshua Dean Freier <jdf2026@osfmail.isc.rit.edu>
List: current-users
Date: 06/10/1996 23:52:50
Has anyone written a program that uses strstream. The following program
works fine on and HP-UX system but dumps core under NetBSD. Any Ideas?
Thanks
Joshua
#include <string.h>
#include <strstream.h>
main() {
strstream ss;
ss << "This is a test" << flush;
return 0;
}
-- Only the dead inhabit photographs. --