/* This file is part of mingw-cross-env. */ /* See doc/index.html for further information. */ #include #include int main(int argc, char *argv[]) { (void)argc; (void)argv; printf("libssh2 version: %s", libssh2_version(0) ); return 0; }