1 // SPDX-License-Identifier: GPL-2.0 1 // SPDX-License-Identifier: GPL-2.0 2 #include <opencsd/c_api/opencsd_c_api.h> 2 #include <opencsd/c_api/opencsd_c_api.h> 3 3 4 /* << 5 * Check OpenCSD library version is sufficient << 6 */ << 7 #define OCSD_MIN_VER ((1 << 16) | (2 << 8) | ( << 8 #if !defined(OCSD_VER_NUM) || (OCSD_VER_NUM < << 9 #error "OpenCSD >= 1.2.1 is required" << 10 #endif << 11 << 12 int main(void) 4 int main(void) 13 { 5 { 14 (void)ocsd_get_version(); 6 (void)ocsd_get_version(); 15 return 0; 7 return 0; 16 } 8 } 17 9
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.