verify: new macro 'assume'
[gnulib.git] / modules / system-posix
1 Description:
2 system() function: execute a shell command
3
4 Files:
5
6 Depends-on:
7 stdlib
8 sys_wait
9
10 configure.ac:
11 gl_STDLIB_MODULE_INDICATOR([system-posix])
12
13 Makefile.am:
14
15 Include:
16 <stdlib.h>
17
18 License:
19 LGPL
20
21 Maintainer:
22 Bruno Haible