|
// This is a personal academic project. Dear PVS-Studio, please check it.
|
|
// PVS-Studio Static Code Analyzer for C, C++ and C#: http://www.viva64.com
|
|
#include "excDiv.h"
|
|
|
|
void excdiv(int argc, char *argv[]) {
|
|
int cero = 0;
|
|
int res = 1/cero;
|
|
res = res + 1;
|
|
} |