bmsd/xutil.h

Wed, 23 Aug 2023 10:30:09 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 23 Aug 2023 10:30:09 +0200
changeset 848
542bdc7f6522
parent 0
033898178630
permissions
-rw-r--r--

Backported battery capacity calculation and temperature compensation for iSpindel.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial