Changes

Langage C

213 bytes added, 12:25, 14 January 2016
/* Function: GETC(SDTIN) */
===== Function: GETC(SDTIN) =====
'' IN french : '' cette fonction enregistre dans son buffer a caractère taper au clavier - on peut récupérer cette valeur à l'aide d'un entier  '' IN English :'' this function is used to get back a character which can be recorded in a integear variable
Here the prototype of the function like we can see it in the stdio.h file : '''int getc(FILE *stream)'''
952
edits