/usr/include/mmdb/hybrid_36.h is in libmmdb-dev 1.23.2.1-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 | /* If you change the include guards, please be sure to also rename the
functions below. Otherwise your project will clash with the original
iotbx declarations and definitions.
*/
#ifndef IOTBX_PDB_HYBRID_36_C_H
#define IOTBX_PDB_HYBRID_36_C_H
#ifdef __cplusplus
extern "C" {
#endif
const char*
hy36encode(unsigned width, int value, char* result);
const char*
hy36decode(unsigned width, const char* s, unsigned s_size, int* result);
#ifdef __cplusplus
}
#endif
#endif /* IOTBX_PDB_HYBRID_36_C_H */
|