Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ stropen(3W) — Dell System V Release 4 Issue 2.2

Media Vault

Software Library

Restoration Projects

Artifacts Sought

Related Articles

strclose(3W)

strgetc(3W)



stropen(3W)                      UNIX System V                      stropen(3W)


                                Text Buffer Utilities

NAME
       stropen

SYNOPSIS
      #include <buffutil.h>
        ...
      extern Buffer * stropen(string)
      char * string;

DESCRIPTION
      The stropen function copies the string into a newly allocated Buffer.
      This string buffer can be read using the strgetc function and closed
      using the strclose procedure.  The strclose function frees the buffer
      allocated by stropen.

SEE ALSO
      strclose(3W), strgetc(3W)



































10/89                                                                    Page 1





Typewritten Software • bear@typewritten.org • Edmonds, WA 98026