Skip to content
This repository has been archived by the owner on Aug 17, 2022. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 478 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 478 Bytes

malloc

  • malloc() fonksiyonunun yazılması / bitirme projesi - Bahar 2020

  • C standard: C11

  • Main source: Ritchie, D.M. and Kernighan, B.W. 1988. The C Programming Language. Prentice-Hall, Chapter 5, 7, 8 and Appendix B.5


Installation

  • Clone repository:
  $ git clone https://github.com/bayramcicek/malloc.git
  $ cd ./malloc
  • Run:
  $ gcc main.c new_malloc.c
  $ ./a.out
  • Output:

terminal_output