main/xutil.h

Fri, 25 Oct 2019 23:27:57 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 25 Oct 2019 23:27:57 +0200
changeset 14
deaca7606e23
parent 0
88d965579617
child 18
d969e0fe05dc
permissions
-rw-r--r--

Added some menu ideas

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial