ftp.nice.ch/pub/next/unix/audio/cmusic.bs.N.tar.gz#/src/lib/charb/charb.h

This is charb.h in view mode; [Download] [Up]

# ifdef debug
# define CBINC	1
# else debug
# define CBINC	16
# endif debug

/*
 * macros to get at
 * parts of a charb
 */
# define cbbuf(cb)		((cb)->c_buf)
# define cbmax(cb)		((cb)->c_max)

typedef struct {
	unsigned short c_max;
	char *c_buf;
} charb;

extern charb *cbrealloc();
extern charb *cballoc();
extern charb *cbncat();
extern charb *cbcat();
extern charb *cbncpy();
extern charb *cbcpy();
extern charb *makcb();

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.