Skip to content
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.

ckouder/c_debug_print

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

c_debug_print

Make life easier

What is c_debug_print?

  • A series of macros that may or may not make your life easier.
  • A series of macros that print out info in stderr stream.

What is included?

  • DEBUG_PRINT: print whatever you want with DEBUG_PRINT
  • ENTER_FUNC: manually call it whenever entering a function
  • LEAVE_FUNC: manually call it whenever leaving a function

How to use?

  1. Include debug_print.h in whatever file you want to debug
  2. Add printing statements in your file
  3. Compile program with -DDEBUG flag
  4. Run and see results

About

Make life easier

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages