We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 835ea93 commit 9ad3886Copy full SHA for 9ad3886
example/test/test.c
@@ -15,7 +15,7 @@
15
* If you have been made and installed the shared-library via the makefile in
16
* /src/makefile just compile this example by the following line:
17
*
18
- * gcc -o t1 -lFindProcess test.c
+ * gcc -o t1 -lFindProcess test.c
19
20
* otherwise invoke the makefile in this directory.
21
*/
src/find_process.c
@@ -223,7 +223,7 @@ static int _onPid( ON_PID_ARG_T* pArg )
223
};
224
225
/*!----------------------------------------------------------------------------
226
- * @see fins_process.h
+ * @see find_process.h
227
228
int forAllProcesses( ON_PID_F onPid, void* pUser )
229
{
0 commit comments