summaryrefslogtreecommitdiff
path: root/src/user/lib/include/stdlib.h
blob: 7f6630d2862de2de527f292bb321884f0f15b08e (plain)
1
2
3
4
5
6
7
8
#pragma once
#include <stddef.h>

#ifndef NO_MALLOC_H
#include <user/lib/vendor/dlmalloc/malloc.h>
#endif

_Noreturn void abort(void);