CryptoDit/common.h
2026-01-31 16:45:53 +01:00

13 lines
144 B
C

#ifndef H_COMMON
#define H_COMMON
#define PROCNAME_SIZE 256
struct random{
__u32 pid;
//__u32 len;
//char buf[128];
};
#endif