Files
moldyn/statgen/int2char.h
arcan1s 51d31d0a2f + added CMakeLists.txt
+ added headers
+ added library 'add_main.c'
+ some optimization
2013-07-22 06:06:01 +04:00

6 lines
97 B
C

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