Skip to content

Commit

Permalink
add alloca.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Oct 16, 2021
1 parent c1adcc6 commit 464ade5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/std/alloca.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#ifndef _ALLOCA_H
#define _ALLOCA_H

#include <stddef.h>

void *alloca(size_t __size);

#endif /* _ALLOCA_H */

0 comments on commit 464ade5

Please sign in to comment.