mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-06-28 06:41:42 +00:00
6 lines
97 B
C
6 lines
97 B
C
#ifndef INT2CHAR_H
|
|
#define INT2CHAR_H
|
|
|
|
char conv (const int, const int);
|
|
|
|
#endif /* INT2CHAR_H */ |