mirror of
https://github.com/alrayyes/st.git
synced 2024-11-25 04:16:23 +00:00
6 lines
171 B
C
6 lines
171 B
C
|
/* See LICENSE file for copyright and license details. */
|
||
|
|
||
|
void *emallocz(unsigned int size);
|
||
|
void eprint(const char *errstr, ...);
|
||
|
void eprintn(const char *errstr, ...);
|