;
; cdll definition file for <name>
;

name "Str"
  version 1.00
  author "DeskLib"

; --- Exported symbols ---

exports
{
  strnicmp
  strnicmpcr
  strdup
  Str_DecodeHex
  Str_MakeHex
  strncpycr
  stricmpcr
  LeafName
  Str_MakeASCIIZ
  Str_MakeCR
  strcmpcr
  strlencr
  strcatcr
  strcpycr
  stricmp
}

; --- Object files ---

objects
{
  o.MakeCR
  o.strnicmp
  o.stricmp
  o.LeafName
  o.strnicmpcr
  o.MakeHex
  o.MakeASCIIZ
  o.strncpycr
  o.stricmpcr
  o.strdup
  o.strcpycr
  o.strcatcr
  o.strlencr
  o.strcmpcr
  o.DecodeHex
}
