[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: dictionary.c
From: |
Ben Pfaff |
Subject: |
Re: dictionary.c |
Date: |
Mon, 02 Jan 2006 14:39:39 -0800 |
User-agent: |
Gnus/5.110004 (No Gnus v0.4) Emacs/21.4 (gnu/linux) |
(For what it's worth, I'm back from vacation now.)
John Darrington <address@hidden> writes:
> May I add a function to dictionary.c with a signature similar to:
>
> void
> dict_insert_var(struct dictionary *d, int posn, const char *name, int
> width);
I would suggest instead using dict_create_var() followed by
dict_reorder_var(). I assume that this is the required behavior
anyhow?
--
"In this world that Hugh Heffner had made,
he alone seemed forever bunnyless."
--John D. MacDonald
- dictionary.c, John Darrington, 2006/01/02
- Re: dictionary.c,
Ben Pfaff <=