Browse Source

free = no swag brah

main
Titouan Rigoudy 11 years ago
parent
commit
48146b5b0f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      yolomalloc.h

+ 1
- 1
yolomalloc.h View File

@ -11,7 +11,7 @@
/* Allocating dat memory like a boss */ /* Allocating dat memory like a boss */
void *yolomalloc(size_t size); void *yolomalloc(size_t size);
#ifndef YOLO
#ifdef I_AM_NOT_SWAG
/* Error 404: swag not found */ /* Error 404: swag not found */
void yolofree(void *ptr); void yolofree(void *ptr);
#endif #endif


Loading…
Cancel
Save