Files
pymol-open-source/layer0/os_std.h
Thomas Holder d080bbdb7b remove obsolete code
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
2019-08-13 16:25:34 +02:00

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