mirror of
https://github.com/leahneukirchen/cwm.git
synced 2023-08-10 21:13:12 +03:00
add xasprintf() for upcoming changes.
This commit is contained in:
parent
2b9d921eda
commit
3e151f8c76
3
calmwm.h
3
calmwm.h
@ -492,6 +492,9 @@ void u_spawn(char *);
|
||||
void *xcalloc(size_t, size_t);
|
||||
void *xmalloc(size_t);
|
||||
char *xstrdup(const char *);
|
||||
int xasprintf(char **, const char *, ...)
|
||||
__attribute__((__format__ (printf, 2, 3)))
|
||||
__attribute__((__nonnull__ (2)));
|
||||
|
||||
/* Externs */
|
||||
extern Display *X_Dpy;
|
||||
|
Loading…
Reference in New Issue
Block a user