bmsd/xutil.h

Sat, 06 Aug 2022 22:10:28 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 06 Aug 2022 22:10:28 +0200
changeset 832
2641860ad61d
parent 0
033898178630
permissions
-rw-r--r--

Renamed prod_edit to prod_view.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial