VSS Package Index Abraxas VSS Home Table of Contents
CodeCheck Voting System Standards Test Suite - v542v.c
v542v.c(1): /*
542 v. Only contains the minimum implementation of the “a = b ? c : d” syntax.
Expansions such as “j=a?(b?c:d):e;” are prohibited.
v542v.c(4): */
v542v.c(5):
Function Name: f542v()
v542v.c(6): f542v() {
v542v.c(7):
v542v.c(8): a = b ? c : d ; // even the usage of this is questionable, the use of nested is illegal
v542v.c(9): }
VSS Package Index Abraxas VSS Home Table of Contents
CodeCheck Copyright (c) 1988-2006 by Abraxas Software Inc. (R). All rights reserved.