mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
15 lines
302 B
C
15 lines
302 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>
|
||
|
|
||
|
|
||
|
LIBMAIL_STRIMPL(uid_t, libmail_strtouid_t, libmail_atouid_t)
|
||
|
LIBMAIL_STRIMPL(gid_t, libmail_strtogid_t, libmail_atogid_t)
|