version 1.24, 2011/06/21 15:26:35
|
version 1.36, 2012/03/01 10:14:08
|
Line 1
|
Line 1
|
/* |
/* |
================================================================================ |
================================================================================ |
RPL/2 (R) version 4.1.0.prerelease.2 |
RPL/2 (R) version 4.1.7 |
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) |
{ |
{ |