Ruby  2.0.0p247(2013-06-27revision41674)
nacl/resource.h
Go to the documentation of this file.
00001 /*
00002  * Copyright 2011 Google Inc. All Rights Reserved.
00003  * Author: yugui@google.com (Yugui Sonoda)
00004  * */
00005 #ifndef RUBY_NACL_RESOURCE_H
00006 #define RUBY_NACL_RESOURCE_H
00007 int getrusage(int who, struct rusage *usage);
00008 #endif
00009