mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-03 04:17:52 +08:00
9697f95b8f
This reverts commit 15d999759e
.
13 lines
208 B
C
13 lines
208 B
C
#pragma once
|
|
|
|
#include <stdio.h>
|
|
|
|
// TODO: 在此处引用程序需要的其他头文件
|
|
|
|
#include "lib_acl.h"
|
|
#include "acl_cpp/lib_acl.hpp"
|
|
|
|
#if !defined(_WIN32) && !defined(_WIN64)
|
|
#include <getopt.h>
|
|
#endif
|