Files
pymol-open-source/layer0/os_limits.h
2010-01-09 09:16:30 +00:00

27 lines
769 B
C

/*
A* -------------------------------------------------------------------
B* This file contains source code for the PyMOL computer program
C* Copyright (c) Schrodinger, LLC.
D* -------------------------------------------------------------------
E* It is unlawful to modify or remove this copyright notice.
F* -------------------------------------------------------------------
G* Please see the accompanying LICENSE file for further information.
H* -------------------------------------------------------------------
I* Additional authors of this source file include:
-*
-*
-*
Z* -------------------------------------------------------------------
*/
#ifndef _H_os_limits
#define _H_os_limits
#include"os_predef.h"
#include<limits.h>
#include<float.h>
#endif