bmsd/xutil.h

Wed, 03 Aug 2022 17:37:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Aug 2022 17:37:30 +0200
changeset 808
f6dcde592a7b
parent 0
033898178630
permissions
-rw-r--r--

Phase 5, ,ash tab is a vieuwer.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial