Skip to content

Latest commit

 

History

History

headers

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

count.h

This header file was created to count items.

Currently it can only count number of digits in a number.

Function 1: dcount();

Counts digits in a number.

Founction 2