FreeCalypso > hg > freecalypso-reveng
view blobstat/struct.h @ 372:0f9606d1f8b8
pirelli/aec: results of investigation into Pirelli's AEC config
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 29 Jul 2021 09:08:45 +0000 |
parents | 23e5b940cb8b |
children |
line wrap: on
line source
struct category { char *name; u_long accum; struct category *next; }; struct libentry { char *libname; char *member; struct category *cat; struct libentry *next; };