version 1.50, 2013/04/01 15:29:36
|
version 1.64, 2016/03/01 22:12:31
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.14 |
RPL/2 (R) version 4.1.25 |
Copyright (C) 1989-2013 Dr. BERTRAND Joël |
Copyright (C) 1989-2016 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 812 instruction_input(struct_processus *s_et
|
Line 812 instruction_input(struct_processus *s_et
|
} |
} |
|
|
flockfile(stdin); |
flockfile(stdin); |
|
|
(*s_objet_resultat).objet = (void *) readline(""); |
(*s_objet_resultat).objet = (void *) readline(""); |
funlockfile(stdin); |
funlockfile(stdin); |
|
|