thermferm/xutil.c

changeset 106
1bd9a16f5061
parent 51
a03b6dac5398
child 213
2317b8d644fa
equal deleted inserted replaced
105:a5a964148e34 106:1bd9a16f5061
19 * along with EC-65K; see the file COPYING. If not, write to the Free 19 * along with EC-65K; see the file COPYING. If not, write to the Free
20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. 20 * Software Foundation, 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
21 *****************************************************************************/ 21 *****************************************************************************/
22 22
23 #include "thermferm.h" 23 #include "thermferm.h"
24 #include "xutil.h"
24 25
25 26
26 char *xmalloc(size_t size) 27 char *xmalloc(size_t size)
27 { 28 {
28 char *tmp; 29 char *tmp;

mercurial