readme
来自「debug source code under unix platform.」· 代码 · 共 25 行
TXT
25 行
README FOR THE MPATROL LIBRARY TOOLSThis directory contains the source code for tools that are built on top of thempatrol library. The functions that are defined in these files are intended tobe useful for specific applications as well as providing real-world examples ofhow to extend mpatrol. If you wish to use one of the source files in thisdirectory then you should first compile it and then link it into your programalong with the mpatrol library.Alternatively, if you've already installed mpatrol on your system then thereshould be an mpatrol subdirectory within the include directory where mpatrol.his installed that contains all of the header files in this directory. Thereshould also be a libmptools library within the library directory wherelibmpatrol is installed that contains an object file for each of the sourcefiles in this directory. You can then make use of a particular tool byincluding its header file from the mpatrol include subdirectory and then linkingwith the libmptools library.If you've written a useful extension to mpatrol then you might wish to submitit for inclusion in the next release of mpatrol. Even if it's just for aspecific application, there might be other users out there that may benefitfrom it. You'll even get a credit in the manual! Note that any documentationshould be written in the associated header file.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?