Carbon


strbuf

Header: OpenTransport.h

struct strbuf {
    SInt32 maxlen; 
    SInt32 len; 
    char *buf;
};

© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)