view modules/same @ 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 de285d9e7c4d
line wrap: on
line source

Description:
Determine whether two pathnames refer to the same directory entry of the same
directory.

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

Depends-on:
xalloc
error
dirname

configure.ac:
gl_SAME

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

Include:
"same.h"

Maintainer:
Jim Meyering