bmsd/xutil.h

Thu, 30 May 2019 14:07:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 30 May 2019 14:07:50 +0200
changeset 380
2242521067a7
parent 0
033898178630
permissions
-rw-r--r--

Added multiple column sort that is possible with the latest jqwidgets to the production and recipe editors. Now the fermentables, hops, yeasts and misc ingredients now sorted in a logical order.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial