Home
last modified time | relevance | path

Searched refs:part4 (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/games/number/
H A Dnumber.c197 char *part1, *part2, *part3, *part4; in convertexp() local
204 part4 = part3; in convertexp()
205 (void)strsep(&part4, "."); /* no decimal allowed in the exponent */ in convertexp()
206 if (part4) in convertexp()