version 1.8, 2010/03/08 14:28:20
|
version 1.17, 2010/08/06 15:32:58
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.0.12 |
RPL/2 (R) version 4.0.18 |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
Copyright (C) 1989-2010 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 20
|
Line 20
|
*/ |
*/ |
|
|
|
|
#include "rpl.conv.h" |
#include "rpl-conv.h" |
|
|
|
|
/* |
/* |
Line 426 initialisation_controle(struct_processus
|
Line 426 initialisation_controle(struct_processus
|
{ |
{ |
if (alsprintf(&commande, commande2, position_clef) < 0) |
if (alsprintf(&commande, commande2, position_clef) < 0) |
{ |
{ |
|
(*s_etat_processus).erreur_systeme = d_es_allocation_memoire; |
return(d_erreur); |
return(d_erreur); |
} |
} |
|
|