created countRepeatedKeySize function
and guess what is it for hehe
This commit is contained in:
parent
bbebb7a861
commit
5d53a6e706
@ -12,6 +12,7 @@ _Bool checkKey(char *key); //CHECKS IF KEY IS VALID
|
|||||||
_Bool checkText(char *text); //CHECKS IF TEXT IS VALID
|
_Bool checkText(char *text); //CHECKS IF TEXT IS VALID
|
||||||
unsigned long countIntLength(int number); //RETURNS LENGTH OF number
|
unsigned long countIntLength(int number); //RETURNS LENGTH OF number
|
||||||
unsigned long countUnusedKeySize(char *text, char *key); //COUNT unusedKeySize
|
unsigned long countUnusedKeySize(char *text, char *key); //COUNT unusedKeySize
|
||||||
|
unsigned long countRepeatedKeySize(char *text, char *key); //COUNT repeatedKeySize
|
||||||
unsigned long compareTimeMicro(struct timeval startTime, struct timeval finishTime); //COMPARE TIMES IN MICROSECONDS
|
unsigned long compareTimeMicro(struct timeval startTime, struct timeval finishTime); //COMPARE TIMES IN MICROSECONDS
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user