bmsd/xutil.h

Sun, 23 Sep 2018 22:49:45 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 23 Sep 2018 22:49:45 +0200
changeset 65
5d5c67818d11
parent 0
033898178630
permissions
-rw-r--r--

Fermentable editor checks. Fermentables dropdown list shows a frienlier list

#ifndef	_XUTIL_H
#define	_XUTIL_H

char *xmalloc(size_t);
char *xstrcpy(char *);
char *xstrcat(char *, char *);

#endif

mercurial