SharonIV0x86 / StringWiz

A string utility library offering a comprehensive set of string manipulation functions.
GNU General Public License v3.0
4 stars 3 forks source link

Adding documentation for previously added functions. #13

Open SharonIV0x86 opened 5 months ago

SharonIV0x86 commented 5 months ago

The following functions are missing documentation.

int str_hashcode(const char* str) 

hash code function

int str_larg_word(char * p, char * r)

large word function

int str_small_word(char * p, char * r)

small word function

README.md is to be updated here Use the existing documentation format, Refer to the image down below to get an idea of the markdown file.

ref

AbhinavBarthwal commented 5 months ago

Allow me to add the required documentation . I'll make sure to work with the best of my abilities.

SharonIV0x86 commented 4 months ago

Allow me to add the required documentation . I'll make sure to work with the best of my abilities.

How is it going?