Browse Source

Dat header

main
Titouan Rigoudy 11 years ago
parent
commit
157f6c8d1c
1 changed files with 19 additions and 0 deletions
  1. +19
    -0
      yolomalloc.h

+ 19
- 0
yolomalloc.h View File

@ -0,0 +1,19 @@
/*-------------------------*
<| .::. yolomalloc.h .::. |>
<| Dude, do you even swag? |>
*-------------------------*/
#ifndef YOLOMALLOC_H
#define YOLOMALLOC_H
#include <stddef.h>
/* Allocating dat memory like a boss */
void *yolomalloc(size_t size);
#ifndef YOLO
/* Error 404: swag not found */
void yolofree(void *ptr);
#endif
#endif

Loading…
Cancel
Save