Home
last modified time | relevance | path

Searched refs:c_func_res (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/dll/example/
Dgetting_started.cpp28 int c_func_res = c_func(1); // calling the function in main() local
29 BOOST_TEST(c_func_res == 2); in main()