ridge-runner / stdio-Demos

Just some demos of the core functions of stdio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stdio Function Notes

Just some demos exploring a few of the stdio functions in C.

This repo demos the following functions:

  • getchar
  • fgets
  • putchar
  • puts
  • sprintf
  • sscanf

About

Just some demos of the core functions of stdio

License:MIT License


Languages

Language:C 100.0%