Re: Functions for embedders to override
[email protected] (Hans Ginzel) Fri, 13 Aug 2004 11:07:00 +0200
| Newsgroups | perl.perl6.internals,perl.ponie.dev |
|---|---|
| Message-ID | <[email protected]> |
On Mon, Aug 09, 2004 at 12:04:31PM -0400, Dan Sugalski wrote: > When Parrot's being embedded I can see the following functions > needing overriding by the embedder: > > *) Memory: malloc, realloc, calloc, free > *) Signals: handler register, Handler un-register, signal raise, alarm set > *) Files: Open, close, seek, tell, read, write. (Possibly asynchronously) lock(), flock(),.... The original functions should stay accesible to write wrappers. Hans