p_gcc.inc 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. {
  2. Free Pascal port of the Hermes C library.
  3. Copyright (C) 2001-2003 Nikolay Nikolov ([email protected])
  4. Original C version by Christian Nentwich ([email protected])
  5. This library is free software; you can redistribute it and/or
  6. modify it under the terms of the GNU Lesser General Public
  7. License as published by the Free Software Foundation; either
  8. version 2.1 of the License, or (at your option) any later version
  9. with the following modification:
  10. As a special exception, the copyright holders of this library give you
  11. permission to link this library with independent modules to produce an
  12. executable, regardless of the license terms of these independent modules,and
  13. to copy and distribute the resulting executable under terms of your choice,
  14. provided that you also meet, for each linked independent module, the terms
  15. and conditions of the license of that module. An independent module is a
  16. module which is not derived from or based on this library. If you modify
  17. this library, you may extend this exception to your version of the library,
  18. but you are not obligated to do so. If you do not wish to do so, delete this
  19. exception statement from your version.
  20. This library is distributed in the hope that it will be useful,
  21. but WITHOUT ANY WARRANTY; without even the implied warranty of
  22. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  23. Lesser General Public License for more details.
  24. You should have received a copy of the GNU Lesser General Public
  25. License along with this library; if not, write to the Free Software
  26. Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  27. }
  28. {
  29. Generic format conversion routines for the HERMES library
  30. Copyright (c) 1998 Christian Nentwich ([email protected])
  31. This source code is licensed under the GNU LGPL
  32. Please refer to the file COPYING.LIB contained in the distribution for
  33. licensing conditions
  34. }
  35. procedure ConvertP_Generic32_C_Generic32_C(iface: PHermesConverterInterface); cdecl;
  36. begin
  37. {NOT YET IMPLEMENTED!}
  38. end;
  39. procedure ConvertP_Generic32_C_Generic24_C(iface: PHermesConverterInterface); cdecl;
  40. begin
  41. {NOT YET IMPLEMENTED!}
  42. end;
  43. procedure ConvertP_Generic32_C_Generic16_C(iface: PHermesConverterInterface); cdecl;
  44. begin
  45. {NOT YET IMPLEMENTED!}
  46. end;
  47. procedure ConvertP_Generic32_C_Generic8_C(iface: PHermesConverterInterface); cdecl;
  48. begin
  49. {NOT YET IMPLEMENTED!}
  50. end;
  51. procedure ConvertP_Generic24_C_Generic32_C(iface: PHermesConverterInterface); cdecl;
  52. begin
  53. {NOT YET IMPLEMENTED!}
  54. end;
  55. procedure ConvertP_Generic24_C_Generic24_C(iface: PHermesConverterInterface); cdecl;
  56. begin
  57. {NOT YET IMPLEMENTED!}
  58. end;
  59. procedure ConvertP_Generic24_C_Generic16_C(iface: PHermesConverterInterface); cdecl;
  60. begin
  61. {NOT YET IMPLEMENTED!}
  62. end;
  63. procedure ConvertP_Generic24_C_Generic8_C(iface: PHermesConverterInterface); cdecl;
  64. begin
  65. {NOT YET IMPLEMENTED!}
  66. end;
  67. procedure ConvertP_Generic16_C_Generic32_C(iface: PHermesConverterInterface); cdecl;
  68. begin
  69. {NOT YET IMPLEMENTED!}
  70. end;
  71. procedure ConvertP_Generic16_C_Generic24_C(iface: PHermesConverterInterface); cdecl;
  72. begin
  73. {NOT YET IMPLEMENTED!}
  74. end;
  75. procedure ConvertP_Generic16_C_Generic16_C(iface: PHermesConverterInterface); cdecl;
  76. begin
  77. {NOT YET IMPLEMENTED!}
  78. end;
  79. procedure ConvertP_Generic16_C_Generic8_C(iface: PHermesConverterInterface); cdecl;
  80. begin
  81. {NOT YET IMPLEMENTED!}
  82. end;
  83. { -------------------------------------------------------------------------
  84. STRETCH CONVERTERS
  85. ------------------------------------------------------------------------- }
  86. procedure ConvertP_Generic32_C_Generic32_C_S(iface: PHermesConverterInterface); cdecl;
  87. begin
  88. {NOT YET IMPLEMENTED!}
  89. end;
  90. procedure ConvertP_Generic32_C_Generic16_C_S(iface: PHermesConverterInterface); cdecl;
  91. begin
  92. {NOT YET IMPLEMENTED!}
  93. end;