9 lines
63 B
Plaintext
9 lines
63 B
Plaintext
|
|
#pragma once
|
|
|
|
#ifndef __SIGNAL_H
|
|
#include <signal.h>
|
|
#endif
|
|
|
|
|