Codebase list king-probe / 7e002796-d6d3-4803-936d-e8b04615940f/main hybrid_36_c.h
7e002796-d6d3-4803-936d-e8b04615940f/main

Tree @7e002796-d6d3-4803-936d-e8b04615940f/main (Download .tar.gz)

hybrid_36_c.h @7e002796-d6d3-4803-936d-e8b04615940f/mainraw · history · blame

/* 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 */