Files
moldyn/statgen/src/int2char.h
2013-07-27 23:38:42 +04:00

14 lines
136 B
C

/**
* @file
*/
#ifndef INT2CHAR_H
#define INT2CHAR_H
/**
* @fn conv
*/
char conv (const int, const int);
#endif /* INT2CHAR_H */