Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Print

A tiny helper to print formatted output just like printf, designed for small C projects, examples, and personal libraries.

Features

  • Ultra-minimal: No dependencies, just drop-in and use.
  • Familiar API: Use it like standard printf.
  • Quick integration: Perfect for command-line tools, educational code, or embedded utilities.
  • Readable & hackable: Easy to adapt for your needs.

Examples

  • Basic:

    print("Welcome to PRINT v1.0!\n");
  • Multiple values:

    print("User %s has %d messages\n", "alice", 5);
  • Edge cases:
    Test NULL strings, long formats, and numeric boundaries in your examples.

Acknowledgements

Inspired by C’s printf.
Created as a lightweight alternative for quick prototyping and learning.

About

A tiny helper to print formatted output just like printf, designed for small C projects, examples, and personal libraries.

Topics

Resources

Stars

2 stars

Watchers

1 watching

Forks

Contributors

Languages