mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
25 lines
279 B
Plaintext
25 lines
279 B
Plaintext
Description:
|
|
Safe automatic memory allocation with out of memory checking.
|
|
|
|
Files:
|
|
lib/xallocsa.h
|
|
lib/xallocsa.c
|
|
|
|
Depends-on:
|
|
allocsa
|
|
xalloc
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += xallocsa.h xallocsa.c
|
|
|
|
Include:
|
|
#include "xallocsa.h"
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Bruno Haible
|