mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 01:10:52 +08:00
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
|