]> git.notmuchmail.org Git - notmuch/blob - contrib/notmuch-deliver/numlib/atouidt.c
3c01ecf55e317c485f4f520b352330f51dd56a25
[notmuch] / contrib / notmuch-deliver / numlib / atouidt.c
1 /*
2 ** Copyright 2003 Double Precision, Inc.
3 ** See COPYING for distribution information.
4 */
5
6 #if     HAVE_CONFIG_H
7 #include        "config.h"
8 #endif
9 #include        "numlib.h"
10 #include        <string.h>
11
12 static const char rcsid[]="$Id: atouidt.c,v 1.1 2004/01/11 02:47:33 mrsam Exp $";
13
14 LIBMAIL_STRIMPL(uid_t, libmail_strtouid_t, libmail_atouid_t)
15 LIBMAIL_STRIMPL(gid_t, libmail_strtogid_t, libmail_atogid_t)