swichar.def

来自「sloedgy open sip stack source code」· DEF 代码 · 共 55 行

DEF
55
字号
; PRODUCT_DOC
;
; Copyright 2002 SpeechWorks International, Inc.
; All Rights Reserved.
;
; SWIchar.dll
;
; Module definition file
;
; History:
;
;
;

EXPORTS
; The following are from SWIstring.c
  SWIatof
  SWIatofloat
  SWIwcstof
  SWIwtof
  SWIstrtowcs
  SWIwcstostr
  SWIitowcs
  SWIdtowcs
  SWIdtostr
  SWIwcstod
  SWIwcstoi
  SWIwtoi
  SWIwcsstrcmp

  SWIisascii
  SWIisvalid_unicode
  SWIislatin1

; The following are from SWIutfconversions.c
  SWIutf8towcslen
  SWIutf8towcs
  SWIwcstoutf8
  SWIwcstoutf8len

; The following are from SWIprintf.cpp
  SWIvsprintf
  SWIvswprintf
  SWIfgetws
  SWIfprintf
  SWIfwprintf
  SWIsprintf
  SWIswprintf
  SWIwcstok
  SWIstrtok

; The following are from genchar.c
  SWIcharReturnCodeToWcs

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?