File.h (pymol-v1.8.6.0.tar.bz2) | : | File.h (pymol-v2.1.0.tar.bz2) | ||
---|---|---|---|---|
/* | /* | |||
* Copyright (c) Schrodinger, LLC. | * Copyright (c) Schrodinger, LLC. | |||
* | * | |||
* Basic file IO. | * Basic file IO. | |||
*/ | */ | |||
#ifndef _H_File | #ifndef _H_File | |||
#define _H_File | #define _H_File | |||
#ifdef _WIN32 | ||||
FILE * pymol_fopen(const char * filename, const char * mode); | ||||
#else | ||||
#define pymol_fopen fopen | ||||
#endif | ||||
char * FileGetContents(const char *filename, long *size); | char * FileGetContents(const char *filename, long *size); | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 6 lines changed or added |