/******************************************************************************
*
*	Generated by MakeProto+ on Fri May 05 00:32:34 1995
*
*******************************************************************************/
#ifndef BASECONV_PROTOS_H
#define BASECONV_PROTOS_H

/*
** BaseConv.c
*/
Prototype LONG	 FPrintF(BPTR,TEXT *,...);
Prototype VOID	 Usage(CFG *);
Prototype ULONG	 Rank(TEXT,ULONG);
Prototype ULONG	 ToBase10(TEXT *,ULONG);
Prototype TEXT	*FromBase10(ULONG,ULONG);
Prototype VOID	 Cleanup(CFG *);
Prototype TEXT	*StrLower(TEXT *);
Prototype TEXT	*StrUpper(TEXT *);
Prototype CFG	*InitCFG(CFG *);
Prototype LONG	_main(VOID);

#endif !BASECONV_PROTOS_H
