home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / phxass / examples / include / lib / locale.i < prev    next >
Text File  |  1977-12-31  |  504b  |  32 lines

  1. **
  2. ** locale.library
  3. ** Revision 2.1
  4. ** for PhxAss
  5. **
  6. ARexxHost    = -30
  7. CloseCatalog    = -36
  8. CloseLocale    = -42
  9. ConvToLower    = -48
  10. ConvToUpper    = -54
  11. FormatDate    = -60
  12. FormatString    = -66
  13. GetCatalogStr    = -72
  14. GetLocaleStr    = -78
  15. IsAlNum     = -84
  16. IsAlpha     = -90
  17. IsCntrl     = -96
  18. IsDigit     = -102
  19. IsGraph     = -108
  20. IsLower     = -114
  21. IsPrint     = -120
  22. IsPunct     = -126
  23. IsSpace     = -132
  24. IsUpper     = -138
  25. IsXDigit    = -144
  26. OpenCatalogA    = -150
  27. OpenLocale    = -156
  28. ParseDate    = -162
  29. SetDefaultLocale = -168
  30. StrConvert    = -174
  31. StrnCmp     = -180
  32.