sqc 0.4.13

Software Code Quality - CERT C compliance checker
1
2
3
4
5
6
7
/*
 * Rule: FIO02-C
 * Source: wiki
 * Status: PASS - Should NOT trigger FIO02-C violation
 */

#if _POSIX_VERSION >= 200809L || defined (linux)