mbspcasecmp: Fix function specification.
[gnulib.git] / modules / isapipe
1 Description:
2 Test whether a file descriptor is a pipe.
3
4 Files:
5 lib/isapipe.c
6 lib/isapipe.h
7 m4/isapipe.m4
8
9 Depends-on:
10 stdbool
11 sys_stat
12 unistd
13
14 configure.ac:
15 gl_ISAPIPE
16
17 Makefile.am:
18
19 Include:
20 "isapipe.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Paul Eggert, Jim Meyering