1

Comment récuprérer un numéro de série ?

j'essaye avec cela mais je n'y arrive pas!
char c[18];
cgetsn(c);



2

je cherche en gros de faire comme la commande "getconfg()[20]" en basic

3

faut utiliser
AB_serno
je crois

char str[50];
AB_serno(str)

ou
AB_serno(&str)
je sais plus
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall

4

Merci Squale!
voilà le truc:
char c[18];
AB_serno(c);

wink

5

de rien
(ou, c'est vrai que le & est pas nécessaire, vu qu'une chaîne de caractères est un tableau en C)
avatar
Tutorial C (TI-89/92+/v200) - Articles Développement Web (PHP, Javascript, ...)
« What is the sound of Perl? Is it not the sound of a wall that people have stopped banging their heads against? » - Larry Wall