nstd-sys 0.13.0

Cross platform general purpose C library written in Rust.
Documentation
1
2
3
4
5
#ifndef NSTD_OS_WINDOWS_ALLOC_H
#define NSTD_OS_WINDOWS_ALLOC_H
#include "alloc/alloc.h"
#include "alloc/heap.h"
#endif