aboutsummaryrefslogtreecommitdiffstats
path: root/allocing.c
diff options
context:
space:
mode:
authorEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
committerEliteTK <tomasz.kramkowski@gmail.com>2014-02-24 21:49:18 +0000
commit7941415ea2408a2d91cc458591d4e707ec5d4c39 (patch)
treee5455d1a12ab1bffec64a0e67648362133276771 /allocing.c
parent01f1c8246b7b96b659519f824966c8793053fc75 (diff)
downloadc-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.gz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.tar.xz
c-stuff-7941415ea2408a2d91cc458591d4e707ec5d4c39.zip
Added more annotation
Diffstat (limited to 'allocing.c')
-rw-r--r--allocing.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/allocing.c b/allocing.c
index af19dab..af038d0 100644
--- a/allocing.c
+++ b/allocing.c
@@ -1,3 +1,4 @@
+// Learning to malloc.
#include<stdio.h>
#include<stdlib.h>