version 1.24, 2011/06/21 15:26:35
|
version 1.39, 2012/08/22 10:47:18
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.0.prerelease.2 |
RPL/2 (R) version 4.1.10 |
Copyright (C) 1989-2011 Dr. BERTRAND Joël |
Copyright (C) 1989-2012 Dr. BERTRAND Joël |
|
|
This file is part of RPL/2. |
This file is part of RPL/2. |
|
|
Line 49 rpl(unsigned char *script, unsigned char
|
Line 49 rpl(unsigned char *script, unsigned char
|
rpl_home = getenv("RPL_HOME"); |
rpl_home = getenv("RPL_HOME"); |
} |
} |
|
|
succes = rplinit(argc, argv, &resultats, rpl_home); |
succes = rplinit(argc, argv, NULL, &resultats, rpl_home); |
|
|
if (succes != EXIT_SUCCESS) |
if (succes != EXIT_SUCCESS) |
{ |
{ |