mirror of
https://gitee.com/fasiondog/hikyuu.git
synced 2024-12-05 05:17:47 +08:00
12 lines
174 B
C++
12 lines
174 B
C++
/*
|
|
* Copyright(C) 2021 hikyuu.org
|
|
*
|
|
* Create on: 2021-02-16
|
|
* Author: fasiondog
|
|
*/
|
|
|
|
void export_Strategy();
|
|
|
|
void export_strategy_main() {
|
|
export_Strategy();
|
|
} |