/*
* File: history.c
* Purpose: dBUG command line history and recall
*
* Notes: After much consideration, decided to use simple
* array and physical copy to move strings in the
*
package limq.hibernate.vo;
import java.io.Serializable;
/**
* A class that represents a row in the 'history' table.
* This class may be customized as it is never re-generated
* after being cre
/* History.h -- the names of functions that you can call in history. */
/* Copyright (C) 1989, 1992 Free Software Foundation, Inc.
This file contains the GNU History Library (the Library), a set o
/* History.c -- standalone history library */
/* Copyright (C) 1989, 1992 Free Software Foundation, Inc.
This file contains the GNU History Library (the Library), a set of
routines for managin
// file: history.h
//
// this is the header for the path history class
//
// make sure definitions are only made once
//
#ifndef __ISIP_HISTORY
#define __ISIP_HISTORY
// isip include files
//
#ifnde