ciao_put_number_chars() and const correctness

14 Jan
2006
14 Jan
'06
5:18 p.m.
Hi there,
I was wondering why ciao_put_number_chars() in Ciao 1.10#6 is declared as
ciao_term ciao_put_number_chars(char *number_string);
and not as
ciao_term ciao_put_number_chars(const char *number_string);
I mean: ciao_put_number_chars() does not modify the parameter, does it? All the best,
Roberto
--
Prof. Roberto Bagnara
Computer Science Group
Department of Mathematics, University of Parma, Italy
http://www.cs.unipr.it/~bagnara/
mailto:bagnara@cs.unipr.it
7221
Age (days ago)
7221
Last active (days ago)
0 comments
1 participants
participants (1)
-
Roberto Bagnara