[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: Hooks for I/O, memory, etc?
- From: "Peter Prade" <prade@...>
- Date: Tue, 11 Jun 2002 22:34:17 +0200
> > We care a lot about non-C programmers. But aren't structures also a
> > problem when interfacing with other languages?
>
> Structure is generaly not a problem, only few language have problems
> with it and interfacing these language with C is generally a big problem
> and not only with structure.
even if structures are a problem, if "NULL" is an allowed parameter, non-C
programmers only need to deal with that structure if they want to overload
the malloc hook :)
Cheers,
Peter