home *** CD-ROM | disk | FTP | other *** search
- /*[]--------------------------------------------------------------------[]*/
- /*| |*/
- /*| srbctr5.cpp |*/
- /*| |*/
- /*| Class strstreambuf |*/
- /*| strstreambuf::strstreambuf( unsigned char*, int, unsigned char* )|*/
- /*| |*/
- /*[]--------------------------------------------------------------------[]*/
-
- /*
- * C/C++ Run Time Library - Version 5.0
- *
- * Copyright (c) 1990, 1992 by Borland International
- * All Rights Reserved.
- *
- */
-
- #include <ioconfig.h>
- #include <strstrea.h>
-
- strstreambuf::strstreambuf( unsigned char* ptr, int n, unsigned char* pstart )
- {
- init((signed char*)ptr, n, (signed char*)pstart);
- }
-
-
-