mirror of
https://github.com/arcan1s/moldyn.git
synced 2025-07-13 13:55:52 +00:00
Added 'const' types
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
char conv (int fnumb, int dig_pos)
|
||||
char conv (const int fnumb, const int dig_pos)
|
||||
/* fnumb - integer
|
||||
* dig_pos - position
|
||||
*/
|
||||
|
Reference in New Issue
Block a user