Current File : //usr/include/ulimit.h
/*	Copyright (c) 1988 AT&T	*/
/*	  All Rights Reserved  	*/


#ifndef _ULIMIT_H
#define	_ULIMIT_H

#include <sys/ulimit.h>

#ifdef	__cplusplus
extern "C" {
#endif

#ifdef __STDC__
extern long ulimit(int, ...);
#else
extern long ulimit();
#endif

#ifdef	__cplusplus
}
#endif

#endif	/* _ULIMIT_H */