9 lines
338 B
C
9 lines
338 B
C
/* $NetBSD: printquota.h,v 1.5 2011/03/24 17:05:46 bouyer Exp $ */
|
|
|
|
const char *intprt(char *, size_t, uint64_t, int, int);
|
|
const char *timeprt(char *, size_t, time_t, time_t);
|
|
const char *timepprt(char *, size_t, time_t, int);
|
|
int timeprd(const char *, time_t *);
|
|
int intrd(char *str, uint64_t *val, u_int);
|
|
int alldigits(const char *);
|