M_strposition
extern int M_strposition(char *, char *);
ct = M_strposition(cps, "."); /* find the default (.) radix char */
ct = M_strposition(cps, "."); /* and then find it */
j = M_strposition(p,"."); /* is there a decimal point ?? */
j = M_strposition(p,"."); /* now find it ... */