7 lines
85 B
C
7 lines
85 B
C
#pragma once
|
|
#ifndef _PS5_SIGNAL
|
|
#define _PS5_SIGNAL
|
|
#endif
|
|
|
|
#include <sys/signal.h>
|