Bonjour !
Patrick Dupré a écrit :
> sscanf (*str,
> return le nombre d'identites lues dans le string au format donne a partir de
> la position initiale du pointeur.
>
> Est-ce qu'il y aurait un moyen de recuperer la position "courante"
> du pointeur apres la lecture ?
man sscanf :
n Nothing is expected; instead, the number of characters consumed
thus far from the input is stored through the next pointer,
which must be a pointer to int. [...]
Edgar.