Di per se un warning non è un errore e la isdigit() è standard.
Può darsi che il compilatore ti stia solo avvertendo che stai passando un char invece di un int (come richiede il prototipo). In questo caso un cast esplicito può risolvere il problema.
Di per se un warning non è un errore e la isdigit() è standard.
Può darsi che il compilatore ti stia solo avvertendo che stai passando un char invece di un int (come richiede il prototipo). In questo caso un cast esplicito può risolvere il problema.
This code and information is provided "as is" without warranty of any kind, either expressed
or implied, including but not limited to the implied warranties of merchantability and/or
fitness for a particular purpose.