MGDBGOTOP(3) Programmer's Manual MGDBGOTOP(3)
NAME
MGdbGoTop -- Sets data base seeker head to record 0
LIBRARY
MojaveGreen Software Co general utilities library (libMG, -lMG)
SYNOPSIS
#include <libMG.h>
int
MGdbGoTop(classDb* db);
DESCRIPTION
Sets data base seeker head to record 0. Use this routine prior to run-
ning MGdbSeek(3) for example to insure you are at the begining of the
database.
o classDb* db is the data base whose seeker head must be moved to
record 0
RETURN VALUES
MGdbGoTop() returns 0 or dumps core if there is any failure.
SEE ALSO
libMG(3)
AUTHORS
Michael C. Shultz <ringworm01@gmail.com>
FreeBSD JANUARY 7, 2004 FreeBSD
NAME - LIBRARY - SYNOPSIS - DESCRIPTION - RETURN VALUES - SEE ALSO -
AUTHORS -
|