MKC_CHECK_SIZEOF(1) | MKC_CHECK_SIZEOF(1) |
mkc_check_sizeof - detects a sizeof(type).
mkc_check_sizeof [OPTIONS] type [headers...]
mkc_check_sizeof detects sizeof( type ) by compiling a test program. Compiled program is not executed, therefore this check is ready for cross-compiling. headers is either a single header file or a list of headers, separated by comma.
mkc_check_sizeof 'void*'
mkc_check_sizeof long-long
mkc_check_sizeof size_t stdlib.h
Aleksey Cheusov <vle@gmx.net>
March 31, 2019 |