From 549b8ec8957ffe82462d4ce02130e82e8ababbaf Mon Sep 17 00:00:00 2001 From: uz Date: Tue, 25 Jan 2011 20:19:09 +0000 Subject: [PATCH] For exec() the command line pointer may be NULL. git-svn-id: svn://svn.cc65.org/cc65/trunk@4919 b7a2c559-68d2-44c3-8de9-860c34a00d81 --- doc/funcref.sgml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/funcref.sgml b/doc/funcref.sgml index 362f751ec..ec32ebf0c 100644 --- a/doc/funcref.sgml +++ b/doc/funcref.sgml @@ -2050,8 +2050,10 @@ evaluated or is ignored. /, then loading and starting the program named in the first argument, passing -the command line specified as second argument. On success, the function does -not return. On failure, -1 is returned and The function is only available as fastcall function, so it may only be used in presence of a prototype.