Skip to content

collection of C utility functions, macros, defines, and types

License

Notifications You must be signed in to change notification settings

Dragonflare921/c_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

utils

Utils is a small collection of utility functions, macros, defines, and typedefs for programming in C.

The origin of this repository comes from having to rewrite a lot of things when doing low level projects, particularly in university for embedded systems.

It is by no means a complete collection of utilities, or useful under all circumstances.

There may be conflicts with previously defined types or macros, and many atomic types require stdint.h to exist on the system already.

Development is ongoing with new ideas coming from working on other projects.

Feel free to contribute changes and additions you find useful, or find yourself rewriting many times.

About

collection of C utility functions, macros, defines, and types

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages