version 1.22, 2011/06/20 17:54:20
|
version 1.74, 2025/04/15 10:17:56
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.0.prerelease.1 |
RPL/2 (R) version 4.1.36 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2025 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 37
|
Line 37
|
*/ |
*/ |
|
|
#ifdef OS2 |
#ifdef OS2 |
|
|
static unsigned char * |
static unsigned char * |
ajout_shell(unsigned char *commande) |
ajout_shell(unsigned char *commande) |
{ |
{ |
Line 53 ajout_shell(unsigned char *commande)
|
Line 52 ajout_shell(unsigned char *commande)
|
free(commande); |
free(commande); |
return(tampon); |
return(tampon); |
} |
} |
|
|
#endif |
#endif |
|
|
void |
void |
Line 490 appel_gnuplot(struct_processus *s_etat_p
|
Line 488 appel_gnuplot(struct_processus *s_etat_p
|
return; |
return; |
} |
} |
#endif |
#endif |
|
|
if (((*s_etat_processus).entree_standard = |
if (((*s_etat_processus).entree_standard = |
popen(commande_gnuplot, "w")) == NULL) |
popen(commande_gnuplot, "w")) == NULL) |
{ |
{ |
Line 577 appel_gnuplot(struct_processus *s_etat_p
|
Line 576 appel_gnuplot(struct_processus *s_etat_p
|
return; |
return; |
} |
} |
#endif |
#endif |
|
|
if (((*s_etat_processus).entree_standard = |
if (((*s_etat_processus).entree_standard = |
popen(commande_gnuplot, "w")) == NULL) |
popen(commande_gnuplot, "w")) == NULL) |
{ |
{ |