bmsd/xutil.h

Tue, 29 Oct 2019 10:44:08 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 29 Oct 2019 10:44:08 +0100
changeset 544
f3faa54581ff
parent 0
033898178630
permissions
-rw-r--r--

Better way to show splitted batches. Added flameout calculations to the php scripts.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial