Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

Unix

Unix v6

locv(3)



locv long output conversion
char *locv(hi, lo)
int hi, lo;

converts a signed double-precision integer, whose parts are passed as arguments, to the equivalent ASCII character string and returns a pointer to that string. Since returns a pointer to a static buffer containing the converted result, it cannot be used twice in the same expression; the second result overwrites the first.



locv(3)