groups

name language licence
Printing Binary Representation of String C Other
kqueues C Other
raw fsevents C Other



language: C
licence: Other

raw fsevents

options: view full snippetsend to code collector
#include <stdio.h> 
#include <fcntl.h> 
#include <sys/types.h> 
#include <sys/uio.h> 
#include <unistd.h> 
#include <sys/ioctl.h> 
#include <errno.h> 
#include <sys/sysctl.h> 
#include <pwd.h> 
#include <grp.h> 

//#include "fsevents.h" 

// The following defines and fsevent_clone_args definition is taken 
// from darwin fsevents.h. If you have the fsevents.h, you can un-comment 
	
(Continues...)