Setup C and Header Files for User Space Logger Detection.
This commit is contained in:
14
src/find_logger_proc.c
Normal file
14
src/find_logger_proc.c
Normal file
@@ -0,0 +1,14 @@
|
||||
#include <stdio.h> // for printf()
|
||||
#include <stdlib.h> // for exit()
|
||||
#include <string.h> // for strcmp()
|
||||
#include <dirent.h> // for opendir(), readdir(), closedir()
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h> // for readlink(), chdir(), getcwd()
|
||||
#include <errno.h> // for errno
|
||||
|
||||
#include "find_logger.h"
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user