mirror of
https://github.com/LukeSmithxyz/st.git
synced 2024-11-22 15:25:58 +01:00
5 lines
171 B
C
5 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, ...);
|