mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
238 B
Plaintext
25 lines
238 B
Plaintext
Description:
|
|
mkdir() function: create a directory.
|
|
|
|
Files:
|
|
lib/mkdir.c
|
|
m4/mkdir-slash.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
dirname
|
|
|
|
configure.ac:
|
|
gl_FUNC_MKDIR_TRAILING_SLASH
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
<sys/stat.h>
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Jim Meyering
|