added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / prefs / reqtools / misc.h
blobbcdee3a93ebfdb254812ec3a67e10ed09748a83d
1 #include <exec/types.h>
3 VOID InitLocale( VOID );
4 VOID FreeLocale( VOID );
5 STRPTR GetString( STRPTR );
6 VOID LocalizeMenus( struct NewMenu * );
7 VOID LocalizeLabels( STRPTR * );
9 ULONG EasyReq( STRPTR, STRPTR, APTR );
10 ULONG LocEZReq( STRPTR, STRPTR, ... );
11 ULONG EZReq( STRPTR, STRPTR, ... );
13 #include "rtstrings.h"