mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
16 lines
384 B
C
16 lines
384 B
C
|
/*
|
||
|
** Copyright 2003 Double Precision, Inc.
|
||
|
** See COPYING for distribution information.
|
||
|
*/
|
||
|
|
||
|
#if HAVE_CONFIG_H
|
||
|
#include "config.h"
|
||
|
#endif
|
||
|
#include "numlib.h"
|
||
|
#include <string.h>
|
||
|
|
||
|
static const char rcsid[]="$Id: atouidt.c,v 1.1 2004/01/11 02:47:33 mrsam Exp $";
|
||
|
|
||
|
LIBMAIL_STRIMPL(uid_t, libmail_strtouid_t, libmail_atouid_t)
|
||
|
LIBMAIL_STRIMPL(gid_t, libmail_strtogid_t, libmail_atogid_t)
|