Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 188 Bytes

File metadata and controls

8 lines (6 loc) · 188 Bytes

libcstack

simple stack data type libery in c

to do:

  • string data type
  • test push it accepts int , it works for int and char, float probably broken
  • switch case instead of if else