version 1.54, 2011/06/22 13:26:58
|
version 1.56, 2011/06/24 20:31:36
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.0.prerelease.3 |
RPL/2 (R) version 4.1.0.prerelease.4 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
Line 288 liberation_maillon(struct_processus *s_e
|
Line 288 liberation_maillon(struct_processus *s_e
|
================================================================================ |
================================================================================ |
*/ |
*/ |
|
|
void * |
struct_objet * |
allocation(struct_processus *s_etat_processus, enum t_type type) |
allocation(struct_processus *s_etat_processus, enum t_type type) |
{ |
{ |
struct_objet *s_objet; |
struct_objet *s_objet; |