1 2 3 4 5 6 7 8 9 10
#pragma once #include <sys/cdefs.h> __BEGIN_DECLS long ulimit(int cmd, long newlimit); __END_DECLS