|
|
Rockbox mail archiveSubject: Re: Plugin API requestsFrom: Daniel Stenberg (daniel_at_haxx.se) Date: 2003-07-04
On Thu, 3 Jul 2003, Garrett Derner wrote:
> Come to think of it, what I was suggesting (making _ctype[]_ available
The isspace() macro and the other ones would then possibly be changed to look
I've already before been thinking about having ALL functions in the plugin API
#ifdef PLUGIN
... this would give several benefits:
1. You can move code from "plain" rockbox to a plugin without changing it.
2. You can select to build stuff as plugin OR as plain code. This would be
3. It takes less documenting and getting-used-to by programmers.
The downsides:
1. It redefines and hides what is actually done.
When I get back from my vacation, I'll see if this is doable/sensible.
-- Daniel Stenberg -- http://rockbox.haxx.se/ -- http://daniel.haxx.se/
Page was last modified "Mar 9 2008" The Rockbox Crew |