program.so
来自「berkeley db 4.6.21的源码。berkeley db是一个简单的数」· SO 代码 · 共 25 行
SO
25 行
m4_comment([$Id: program.so,v 11.15 2006/07/24 17:46:17 sue Exp $])m4_ref_title(Tcl API, Tcl API programming notes, @Tcl API programming notes, tcl/using, tcl/error)m4_p([dnlThe Tcl API closely parallels the m4_db programmatic interfaces. If youare already familiar with one of those interfaces, there will not be manysurprises in the Tcl API.])m4_p([dnlThe Tcl API currently does not support multithreading althoughit could be made to do so. The Tcl shell itself isnot multithreaded and the m4_db extensions use global data unprotectedfrom multiple threads.])m4_p([dnlSeveral pieces of m4_db functionality are not available in the Tcl API.Any of the functions that require a user-provided function are notsupported via the Tcl API. For example, there is no equivalent to them4_refc(dbh_set_dup_compare) or the m4_refc(dbenv_set_errcall)methods.])m4_page_footer
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?