On Fri, Sep 6, 2024 at 4:02 AM Nathan Hartman wrote:
> On Thu, Sep 5, 2024 at 9:02 PM Tomek CEDRO wrote:
> > Hello world :-)
> >
> > I am working more in C recently than in for instance Python. Using
> > structures with pointers to structures or even pointers to functions
> > with pointer paramet
On Thu, Sep 5, 2024 at 9:02 PM Tomek CEDRO wrote:
> Hello world :-)
>
> I am working more in C recently than in for instance Python. Using
> structures with pointers to structures or even pointers to functions
> with pointer parameters. The problem is for instance some pointers
> will not always
Hello world :-)
I am working more in C recently than in for instance Python. Using
structures with pointers to structures or even pointers to functions
with pointer parameters. The problem is for instance some pointers
will not always be null but still invalid so the references cause
panic and reb