bmsd/xutil.h

Fri, 30 Nov 2018 21:05:13 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 30 Nov 2018 21:05:13 +0100
changeset 117
9e378e37f20f
parent 0
033898178630
permissions
-rw-r--r--

Inventory editor chages: Added colors to the buttons. Add top_up_kettle to the batch size calculation.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial