mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-06 18:45:46 +00:00
14 lines
136 B
C
14 lines
136 B
C
/**
|
|
* @file
|
|
*/
|
|
|
|
#ifndef INT2CHAR_H
|
|
#define INT2CHAR_H
|
|
|
|
/**
|
|
* @fn conv
|
|
*/
|
|
|
|
char conv (const int, const int);
|
|
|
|
#endif /* INT2CHAR_H */ |