Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 233 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 233 Bytes

easy_Malloc

Program in C that imitates malloc() and free() in a simplified way along with tests of those functions

Build

To build this project:

  make

Run

To run this project:

  ./test_results.o