21#ifndef DT_WIN_RLIMIT_H
22#define DT_WIN_RLIMIT_H
31#define RLIMIT_NOFILE 5
33#define RLIMIT_VMEM RLIMIT_AS
35#define RLIM_INFINITY (~0UL)
57size_t rfwrite(
const void *buffer,
size_t size,
size_t count, FILE *stream);
58int _rwrite(
int handle,
const void *buffer,
unsigned int count);
size_t rfwrite(const void *buffer, size_t size, size_t count, FILE *stream)
int setrlimit(int resource, const struct rlimit *)
int getrlimit(int resource, struct rlimit *)
int _rwrite(int handle, const void *buffer, unsigned int count)