/* $Header: /mit/crlcad/dxfcvt/RCS/function.h,v 1.0 90/11/07 14:14:21
 * phils Exp Locker: phils $ */

#ifndef _DXFFUNCTION
#include "proto.h"

/* define some global functions */

int atoi();
double atof();

#define _DXFFUNCTION
#endif
