(10 . 7)(10 . 7)
17 gnulib's xalloc-die module. This is the function to call when one
18 wants the program to die because of a memory allocation
19 failure. */
20 extern _Noreturn void xalloc_die(void);
21 extern void xalloc_die(void) __attribute__((noreturn));
22
23 void *xmalloc(size_t s);
24 void *xzalloc(size_t s);