Skip to content

Commit 0c61052

Browse files
Ulrich BeckerUlrich Becker
authored andcommitted
Link to GitHub Repository
1 parent 9ad3886 commit 0c61052

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

src/find_process.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*!
2+
* @see
3+
* <a href="https://github.com/UlrichBecker/get_linux_process_id">
4+
* GitHub Repository</a>
5+
*/
16
/*****************************************************************************/
27
/* */
38
/*! @brief Module for finding process-IDs of running LINUX processes */

src/find_process.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
/*!
2+
* @see
3+
* <a href="https://github.com/UlrichBecker/get_linux_process_id">
4+
* GitHub Repository</a>
5+
*/
16
/*****************************************************************************/
27
/* */
38
/*! @brief Module for finding process-IDs of running LINUX processes */

0 commit comments

Comments
 (0)