udflib.def 1001 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ; The contents of this file are subject to the Interbase Public
  2. ; License Version 1.0 (the "License"); you may not use this file
  3. ; except in compliance with the License. You may obtain a copy
  4. ; of the License at http://www.Inprise.com/IPL.html
  5. ;
  6. ; Software distributed under the License is distributed on an
  7. ; "AS IS" basis, WITHOUT WARRANTY OF ANY KIND, either express
  8. ; or implied. See the License for the specific language governing
  9. ; rights and limitations under the License.
  10. ;
  11. ; The Original Code was created by Inprise Corporation
  12. ; and its predecessors. Portions created by Inprise Corporation are
  13. ; Copyright (C) Inprise Corporation.
  14. ;
  15. ; All Rights Reserved.
  16. ; Contributor(s): ______________________________________.
  17. LIBRARY udflib
  18. DESCRIPTION 'udflib.dll'
  19. DATA READ WRITE
  20. EXPORTS
  21. fn_abs
  22. fn_add2
  23. fn_blob_bytecount
  24. fn_blob_linecount
  25. fn_blob_substr
  26. fn_dow
  27. fn_doy
  28. fn_fact
  29. fn_lower_c
  30. fn_max
  31. fn_moy
  32. fn_mul
  33. fn_sqrt
  34. fn_strcat
  35. fn_substr
  36. fn_sysdate
  37. fn_trim
  38. fn_trunc