summaryrefslogtreecommitdiff
path: root/userspace/cpp/prep.cpp
blob: a09adbe3e63d8a8e18c110271d65f7c808b2c321 (plain)
1
2
3
4
5
6
7
8
#include <reent.h>
#include <cstring>

void prep()
{
_REENT_INIT_PTR(_impure_ptr);
}