view modules/modechange @ 4816:07ab22e0779a

(alloca): xmalloc cannot return NULL, so don't test for that.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 27 Oct 2003 07:12:11 +0000
parents 3ccc6d0d52bb
children 42b53a22aee5
line wrap: on
line source

Description:
Manipulation of mode changes specified by strings (e.g. as first argument of
chmod utility).

Files:
lib/modechange.h
lib/modechange.c
m4/modechange.m4

Depends-on:
xstrtol

configure.ac:
gl_MODECHANGE

Makefile.am:
lib_SOURCES += modechange.h modechange.c

Include:
"modechange.h"

Maintainer:
Jim Meyering