Skip to content

nbyouri/c-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Various C utilities I use to make writing programs nicer.

  • strtonum : converts string to long long

  • humanize_number : this allows you to convert numbers to human readable numbers.

      ex. 90000 -> 90K
    
  • xmalloc : object checking for malloc, calloc, realloc, strdup, asprintf. It will exit the program is the function failed to allocate the memory needed.

  • progressmeter : a nice progress message for file operations

About

A few tools that make C programming easier.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors