#ifndef	_ATOUL_H
#define	_ATOUL_H

/* $Id$ */

#ifndef	USE_NEWSGATE

unsigned int atoul(char*);

#endif

#endif