libcopp
2.2.0
atframework
cmake-toolset
ports
abseil-cpp
crosscompiling-host
cross-main.cpp
Go to the documentation of this file.
1
// Copyright 2023 atframework
2
3
#include <iostream>
4
#include <memory>
5
#include <string>
6
7
#include "absl/base/config.h"
8
9
int
main
(
int
argc,
char
** argv) {
10
std::cout <<
"ABSL_LTS_RELEASE_VERSION="
<< ABSL_LTS_RELEASE_VERSION << std::endl;
11
return
0;
12
}
main
int main(int argc, char **argv)
Definition:
cross-main.cpp:9
Generated by
1.9.1