Searched refs:print_and_abort (Results 1 - 1 of 1) sorted by relevance

/haiku/src/system/libroot/posix/glibc/extensions/
H A Dobstack.c90 `print_and_abort'. */
92 static void print_and_abort (void);
93 void (*obstack_alloc_failed_handler) (void) = print_and_abort;
95 static void print_and_abort ();
96 void (*obstack_alloc_failed_handler) () = print_and_abort;
99 /* Exit value used when `print_and_abort' is used. */
496 print_and_abort () function

Completed in 101 milliseconds