buf v0.1 These files, buf.c and buf.h are a package that is installable with minimum change to any circle mud code. This is not given as a patch, but rather as a plug in module to be used whenever there is a need for a self allocating text buffering system. You will need to add it to your Makefile and include buf.h whereever you wish to use it. Please read the top of buf.c for an example of its use. The code is provided as is, and I give no guarantees about its portability or reliability. I have tested it myself, and to the best of my knowledge it is error free and fully functional. If you discover a bug please send email to: xin@finality.com I will most likely update this as I extend its functionality and repair any errors that it might contain.