Crafter.Build/binlib/wasi-sysroot-28.0/include/wasm32-wasip2/__header_sys_resource.h

19 lines
289 B
C
Raw Normal View History

2025-11-09 18:56:24 +01:00
#ifndef __wasilibc___header_sys_resource_h
#define __wasilibc___header_sys_resource_h
#include <__struct_rusage.h>
#define RUSAGE_SELF 1
#define RUSAGE_CHILDREN 2
#ifdef __cplusplus
extern "C" {
#endif
int getrusage(int who, struct rusage *usage);
#ifdef __cplusplus
}
#endif
#endif