Actualités

Define a function that takes a string CH as a parameter. The function returns the number of digits that exist in the string CH. Use the isDigit(character) function from the ctype.h library to check ..
A static library for string and memory manipulation. Recreating basic string and memory functions from string.h, ctype.h, stdlib.h using basic funtions from stdlib.h and unistd.h to learn basics of C.