home *** CD-ROM | disk | FTP | other *** search
/ Mastering Visual Basic 6 / mastvb6.iso / numega / sc501.exe / data1.cab / Data_Files / DEFAULT.BOR < prev    next >
Encoding:
Text File  |  1997-11-25  |  1.8 KB  |  73 lines

  1. ;
  2. ; DEFAULT.BOR
  3. ;
  4. ; SmartCheck 5.0
  5. ; Copyright 1995-1997 NuMega Technologies, Inc.
  6. ;
  7. ; Do not modify this file.  All new entries
  8. ; must be added to your local copy of ROUTINE.DAT.
  9. ;
  10. ; This file contains the static symbols that SmartCheck is
  11. ; aware of from the Borland C++ run time library. It can be substituted
  12. ; for DEFAULT.DAT if a Borland application experiences long startup 
  13. ; times under SmartCheck.
  14. ;
  15. ; Be sure to back up your original DEFAULT.DAT before copying this file to it.
  16. ;
  17.  
  18. malloc          ID  011
  19. _malloc         ID  011
  20. strdup          ID  012
  21. _msize          ID  013   
  22. calloc          ID  015
  23. tempnam         ID  016
  24. _beginthread    ID  017
  25. _beginthreadNT  ID  017 
  26. free            ID  019
  27. _free            ID  019
  28. realloc         ID  022
  29. _expand         ID  022
  30. getcwd          ID  029
  31. _getdcwd        ID  030
  32.  
  33. ___org_malloc   ID  011
  34. ___org__msize   ID  013
  35. ___org_calloc   ID  015
  36. ___org_free     ID  019
  37. ___org_realloc  ID  022
  38. ___org__expand  ID  022
  39.  
  40. strcpy, (dest,srcz)          
  41. strncpy (dest,src,count)
  42. strcat, cat (dest,srcz)
  43. strncat, cat (dest,srcz,count)
  44. memmove, (dest,src,count)
  45. memcpy, (dest,src,count)
  46. memccpy, (dest,src,lookchar,count)
  47. memset, (dest,skipint,count)
  48. swab, (src,dest,count)
  49. _swab, (src,dest,count)
  50.  
  51. WinMain         ID  027
  52. main            ID  027
  53.  
  54. ;
  55. ; The following are Watcom 10.5 symbols for new and delete.
  56. ;
  57. W?$nan(ui)pnv ID 005           ; new
  58. W?$nwn(ui)pnv ID 005
  59. W?$dan(pnv)v  ID 006           ; delete
  60. W?$dln(pnv)v  ID 006
  61.  
  62. @$bdele$qpv   ID 006
  63. @$bnew$qui    ID 005
  64. @$bnwa$qui    ID 005
  65.  
  66. OLEAUT32:SysAllocString         ID 035
  67. OLEAUT32:SysAllocStringLen      ID 036
  68. OLEAUT32:SysAllocStringByteLen  ID 037
  69. OLEAUT32:SysFreeString          ID 038
  70. OLEAUT32:SysReAllocStringLen    ID 039
  71. OLEAUT32:SysReAllocString       ID 040
  72.  
  73.