man new_pdb (Fonctions bibliothèques) - new_pdb
NAME
new_pdbfree_pdb - create and destroy Palm database structures
LIBRARY
libpdb
SYNOPSIS
#include <pdb.h>new_pdbfree_pdb struct pdb *db
DESCRIPTION
new_pdb
allocates and initializes a new, empty structure.
free_pdb frees the memory used by a previously returned by new_pdb , as well as any records, resources, AppInfo or sort blocks the database may contain.
RETURN VALUE
new_pdb
returns a pointer to the newly-allocated or NULL in case of error.