#ifndef	_ATOUL_H
#define	_ATOUL_H

/* $Id$ */

unsigned int atoul(char*);

#endif