Carbon


chNoBuf

Header: FSM.h

enum {
    chNoBuf = 1,
    chInUse = 2,
    chnotfound = 3,
    chNotInUse = 4
};

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