office-gobmx/dmake/dbug/dbug
..
dbug.c
dbug.h
dbug.txt
dbug.uue
example1.c
example2.c
example3.c
factorial.c
main.c
makeman.sh
readme
user.r

This directory contains DBUG the "C Program Debugging Package" by Fred Fish.

/******************************************************************************
 *									      *
 *	                           N O T I C E				      *
 *									      *
 *	              Copyright Abandoned, 1987, Fred Fish		      *
 *									      *
 *									      *
 *	This previously copyrighted work has been placed into the  public     *
 *	domain  by  the  author  and  may be freely used for any purpose,     *
 *	private or commercial.						      *
 *									      *
 *	Because of the number of inquiries I was receiving about the  use     *
 *	of this product in commercially developed works I have decided to     *
 *	simply make it public domain to further its unrestricted use.   I     *
 *	specifically  would  be  most happy to see this material become a     *
 *	part of the standard Unix distributions by AT&T and the  Berkeley     *
 *	Computer  Science  Research Group, and a standard part of the GNU     *
 *	system from the Free Software Foundation.			      *
 *									      *
 *	I would appreciate it, as a courtesy, if this notice is  left  in     *
 *	all copies and derivative works.  Thank you.			      *
 *									      *
 *	The author makes no warranty of any kind  with  respect  to  this     *
 *	product  and  explicitly disclaims any implied warranties of mer-     *
 *	chantability or fitness for any particular purpose.		      *
 *									      *
 ******************************************************************************
 */

The original package is no longer mainained, but copies can found here
  <http://sourceforge.net/projects/dbug/>
or in the dbug directory of the MySQL 4.0 (and older)
  <http://dev.mysql.com/downloads/>
sources.

The files found here are:

  dbug.c     - runtime support routines for dbug package
  dbug.h     - user include file for programs using the dbug package
  user.r     - nroff source for the manual page.
  dbug.txt   - a typeset version of the manual page containing no control
               characters. Generated with makeman.sh:
               Copy it as dbug.1 into a directory in your search path for
               man pages to be able to view it with the man command. 
  makeman.sh - helper script to generate the documentation
  example1.c - Additional/demo sources for the documentation.
  example2.c
  example3.c
  main.c
  factorial.c