Posts by user101180 • 1 point
1 post
-
0
votes3
answers98
viewsQ: Error returning lower value
I’m trying to return the lowest value using the va_args, which supports several arguments, but it always returns the same number: -13227; #include <stdio.h> #include <limits.h> #include…