Skip to content

Instantly share code, notes, and snippets.

@Yvictor
Created July 23, 2020 08:05
Show Gist options
  • Save Yvictor/14df2d47bab4735764a6d01d6531e059 to your computer and use it in GitHub Desktop.
Save Yvictor/14df2d47bab4735764a6d01d6531e059 to your computer and use it in GitHub Desktop.
ShioajiCpp4Tutorial
#include <unistd.h>
#include "solClient.h"
#include "shioaji.h"
void expose_api_func(){
solClient_initialize(SOLCLIENT_LOG_DEFAULT_FILTER, NULL);
std::cout << "user our library expose function.\n"
"inside this library use solclient library.\n";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment