db_getlong.c File Reference
#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <limits.h>
#include <stdlib.h>
#include <string.h>
#include "db_int.h"
Go to the source code of this file.
Functions
int
CDB___db_getlong (
DB *dbp, const char *CDB_progname, char *p, long min, long max, long *storep)
int
CDB___db_getulong (
DB *dbp, const char *CDB_progname, char *p, u_long min, u_long max, u_long *storep)
Variables
static const char
revid [] = "$Id: db__getlong_8c.html,v 1.1 2008年06月08日 10:17:40 sebdiaz Exp $"