bmsd/xutil.h

Wed, 03 Aug 2022 16:01:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Aug 2022 16:01:30 +0200
changeset 805
488613f30789
parent 0
033898178630
permissions
-rw-r--r--

Phase 2, fermentables tab is a viewer only.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial