sqc 0.4.13

Software Code Quality - CERT C compliance checker
1
2
3
int add(int a, int b) {
    return a + b;
}