emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Generic stack I can use in C core?


From: Yuan Fu
Subject: Re: Generic stack I can use in C core?
Date: Fri, 23 Sep 2022 12:24:45 -0700


> On Sep 23, 2022, at 12:20 PM, Yuan Fu <casouri@gmail.com> wrote:
> 
> Is there a generic stack data structure that I use in the C core? Something 
> that automatically grows and shrinks?

*Something that allocates a chunk of memory to store the nodes and 
automatically grows and shrinks and copies stuff over.

Yuan


reply via email to

[Prev in Thread] Current Thread [Next in Thread]