17. Error Codes

Right now, BTPRNT_OK and BTPRNT_NOT_OK are all that is needed.

<<errorcodes>>=
enum {
    BTPRNT_OK,
    BTPRNT_NOT_OK
};



prev | home | next