mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
8 lines
91 B
C++
8 lines
91 B
C++
#include <unistd.h>
|
|
|
|
int main() {
|
|
extern int optreset;
|
|
optreset=1;
|
|
return 0;
|
|
}
|