Skip to content

hmcaio/mycutils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

========================================================================
MyCUtils
Author: Caio Hideki Matsumoto
========================================================================


This repository contains utility C functions for diverse purposes. It
was created mainly for personal use.

Projects in the repository:
    - Bitmap
        Implementation of a basic bitmap data structure and functions to
        manipulate it.
    
    - DebugUtils
        Contains printing functions to help debugging.
    
    - StringUtils
        Contains simple string manipulation functions, such as
        transformation of characters to upper and lower case and string
        trimming.
    
    - StripTagName
        Contains a function that extracts an HTML tag name.
    
    - StrStack
        Implementation of a stack data structure for strings.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages