bmsd/xutil.h

Sun, 23 Sep 2018 17:15:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 23 Sep 2018 17:15:33 +0200
changeset 64
5d5fc6f7cbfe
parent 0
033898178630
permissions
-rw-r--r--

Improved recipes import. Finished inventory_suppliers.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial