mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
55623f58e7
* modules/alloca, modules/atexit, modules/memmove: Now public domain, not GPL. * modules/dup2, modules/getpagesize, modules/malloc, modules/memset: * modules/realloc, modules/strerror, modules/strtod: Now LGPL, not GPL.
22 lines
205 B
Plaintext
22 lines
205 B
Plaintext
Description:
|
|
Memory allocation on the stack.
|
|
|
|
Files:
|
|
lib/alloca.c
|
|
|
|
Depends-on:
|
|
alloca-opt
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
|
|
Include:
|
|
#include <alloca.h>
|
|
|
|
License:
|
|
public domain
|
|
|
|
Maintainer:
|
|
bug-gnulib@gnu.org
|