vcpe/srcs/libs/include/banner.h

19 lines
291 B
C
Raw Normal View History

2022-05-10 06:43:27 +00:00
//
// Created by xajhu on 2021/6/29 0029.
//
#ifndef DAEMON_AGENT_BANNER_BANNER_H
#define DAEMON_AGENT_BANNER_BANNER_H
#ifdef __cplusplus
extern "C" {
#endif
#define BANNER_FILE "config/banner.txt"
void banner_show();
#ifdef __cplusplus
}
#endif
2022-12-02 06:42:37 +00:00
#endif //DAEMON_AGENT_BANNER_BANNER_H