mirror of
https://github.com/schrodinger/pymol-open-source.git
synced 2026-06-04 20:04:21 +08:00
Python module: - pymol.embed Preprocessor definitions: - _PYMOL_ACTIVEX_OLD - _PYMOL_MIN_GLUT - _PYMOL_OLD_ACTIVEX - _PYMOL_PRETEND_GLUT_FONT - _PYMOL_SHARP3D - _PYMOL_WX_GLUT - PYMOL_ICC_LINUX - HAVE_CONFIG_H - aliased_int - aliased_float
30 lines
818 B
C
30 lines
818 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_std
|
|
#define _H_os_std
|
|
|
|
#include "os_predef.h"
|
|
|
|
#include<stdio.h>
|
|
#include<math.h>
|
|
#include<string.h>
|
|
#include<stdlib.h>
|
|
#include<ctype.h>
|
|
|
|
#endif
|