#ifndef	_ATOUL_H
#define	_ATOUL_H


unsigned long atoul(char *);

#endif