Ruby  2.5.0dev(2017-10-22revision60238)
resource.h
Go to the documentation of this file.
1 /*
2  * Copyright 2011 Google Inc. All Rights Reserved.
3  * Author: yugui@google.com (Yugui Sonoda)
4  * */
5 #ifndef RUBY_NACL_RESOURCE_H
6 #define RUBY_NACL_RESOURCE_H
7 int getrusage(int who, struct rusage *usage);
8 #endif
int getrusage(int who, struct rusage *usage)