The Dink Network

Reply to Re: return;

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
February 9th 2010, 01:05 PM
custom_magicman.gif
magicman
Peasant They/Them Netherlands duck
Mmmm, pizza. 
It's something that's apparently broken (though I don't know how, exactly), but what it *should* do is something like this:

// imagine this to be in main.c somewhere

make_global_function("functions","procname");

// from now on, you can use:
procname();

//instead of:
external("functions","procname");


I haven't experimented with it, but using external is still recommended.

Yeah... I'm being vague >_> <_<