Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

CPCRSlib

252 bytes added, 15:11, 11 August 2010
== usage ==
A classic "Hello world" from cpcrslib :
<pre>
#include "cpcrslib.h" // CPC Library
return 0;
}
</pre>
 
You should provide a zcc_opt.def in the source directory :
 
<pre>
DEFINE DEFINED_myzorg
defc myzorg = 16384
 
IF !NEED_appstartup
DEFINE NEED_appstartup
defc reqpag = 32
defc NEED_expanded = 1
ENDIF
</pre>
19
edits