a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
Include
 classes
 clib
 datatypes
 devices
 diskfont
 dos
 exec
 gadgets
 graphics
 hardware
 images
 intuition
 libraries
 pragma
 pragmas
  amigaguide_pragmas.h
  aml_pragmas.h
  arexx_pragmas.h
  asl_pragmas.h
  battclock_pragmas.h
  battmem_pragmas.h
  bevel_pragmas.h
  bitmap_pragmas.h
  bullet_pragmas.h
  button_pragmas.h
  cardres_pragmas.h
  checkbox_pragmas.h
  chooser_pragmas.h
  cia_pragmas.h
  clicktab_pragmas.h
  colorwheel_pragmas.h
  commodities_pragmas.h
  console_pragmas.h
  datatypes_pragmas.h
  datebrowser_pragmas.h
  disk_pragmas.h
  diskfont_pragmas.h
  dos_pragmas.h
  drawlist_pragmas.h
  exec_pragmas.h
  exec_sysbase_pragmas.h
  expansion_pragmas.h
  fuelgauge_pragmas.h
  gadtools_pragmas.h
  getfile_pragmas.h
  getfont_pragmas.h
  getscreenmode_pragmas.h
  glyph_pragmas.h
  graphics_pragmas.h
  hdwrench_pragmas.h
  icon_pragmas.h
  iffparse_pragmas.h
  input_pragmas.h
  integer_pragmas.h
  intuition_pragmas.h
  keymap_pragmas.h
  label_pragmas.h
  layers_pragmas.h
  layout_pragmas.h
  listbrowser_pragmas.h
  locale_pragmas.h
  lowlevel_pragmas.h
  mathffp_pragmas.h
  mathieeedoubbas_pragmas.h
  mathieeedoubtrans_pragmas.h
  mathieeesingbas_pragmas.h
  mathieeesingtrans_pragmas.h
  mathtrans_pragmas.h
  misc_pragmas.h
  nonvolatile_pragmas.h
  palette_pragmas.h
  penmap_pragmas.h
  popcycle_pragmas.h
  potgo_pragmas.h
  radiobutton_pragmas.h
  ramdrive_pragmas.h
  realtime_pragmas.h
  requester_pragmas.h
  resource_pragmas.h
  rexxsyslib_pragmas.h
  scroller_pragmas.h
  slider_pragmas.h
  space_pragmas.h
  speedbar_pragmas.h
  string_pragmas.h
  texteditor_pragmas.h
  timer_pragmas.h
  translator_pragmas.h
  utility_pragmas.h
  virtual_pragmas.h
  wb_pragmas.h
  window_pragmas.h
 prefs
 proto
 reaction
 resources
 rexx
 utility
 workbench
GuruMeditation
Docs » Include » pragmas » locale_pragmas.h
#ifndef PRAGMAS_LOCALE_PRAGMAS_H
#define PRAGMAS_LOCALE_PRAGMAS_H

/*
**	$VER: locale_pragmas.h 38.5 (18.6.1993)
**
**	Direct ROM interface (pragma) definitions.
**
**	Copyright © 2001 Amiga, Inc.
**	    All Rights Reserved
*/

#if defined(LATTICE) || defined(__SASC) || defined(_DCC)
#ifndef __CLIB_PRAGMA_LIBCALL
#define __CLIB_PRAGMA_LIBCALL
#endif /* __CLIB_PRAGMA_LIBCALL */
#else /* __MAXON__, __STORM__ or AZTEC_C */
#ifndef __CLIB_PRAGMA_AMICALL
#define __CLIB_PRAGMA_AMICALL
#endif /* __CLIB_PRAGMA_AMICALL */
#endif /* */

#if defined(__SASC) || defined(__STORM__)
#ifndef __CLIB_PRAGMA_TAGCALL
#define __CLIB_PRAGMA_TAGCALL
#endif /* __CLIB_PRAGMA_TAGCALL */
#endif /* __MAXON__, __STORM__ or AZTEC_C */

#ifndef CLIB_LOCALE_PROTOS_H
#include <clib/locale_protos.h>
#endif /* CLIB_LOCALE_PROTOS_H */

/*--- functions in V38 or higher (Release 2.1) ---*/
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase CloseCatalog 24 801
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase CloseLocale 2a 801
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase ConvToLower 30 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase ConvToUpper 36 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase FormatDate 3c BA9804
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase FormatString 42 BA9804
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase GetCatalogStr 48 90803
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase GetLocaleStr 4e 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsAlNum 54 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsAlpha 5a 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsCntrl 60 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsDigit 66 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsGraph 6c 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsLower 72 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsPrint 78 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsPunct 7e 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsSpace 84 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsUpper 8a 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase IsXDigit 90 0802
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase OpenCatalogA 96 A9803
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_TAGCALL
 #ifdef __CLIB_PRAGMA_LIBCALL
  #pragma tagcall LocaleBase OpenCatalog 96 A9803
 #endif /* __CLIB_PRAGMA_LIBCALL */
#endif /* __CLIB_PRAGMA_TAGCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase OpenLocale 9c 801
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase ParseDate a2 BA9804
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase StrConvert ae 10A9805
#endif /* __CLIB_PRAGMA_LIBCALL */
#ifdef __CLIB_PRAGMA_LIBCALL
 #pragma libcall LocaleBase StrnCmp b4 10A9805
#endif /* __CLIB_PRAGMA_LIBCALL */

#endif /* PRAGMAS_LOCALE_PRAGMAS_H */

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

Alpha Flight 1970

PHA
AFL
TSL
RSI

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se