Mercurial > hg > octave-shane > gnulib-hg
view lib/userspec.h @ 11562:d0742bd1f0f8
argp: avoid undefined behavior
* lib/argp-fmtstream.c (weak_alias): Pass correct types to ctype
macros.
Signed-off-by: Eric Blake <ebb9@byu.net>
author | Eric Blake <ebb9@byu.net> |
---|---|
date | Mon, 11 May 2009 05:54:20 -0600 |
parents | 14f51aa7b612 |
children | e8d2c6fc33ad |
line wrap: on
line source
#ifndef USERSPEC_H # define USERSPEC_H 1 # include <sys/types.h> const char * parse_user_spec (const char *spec_arg, uid_t *uid, gid_t *gid, char **username_arg, char **groupname_arg); #endif