comparison ueda/libunet/nethash.h @ 11:73abf2c13884

libunet: nethash functions implemented
author Space Falcon <falcon@ivan.Harhan.ORG>
date Sat, 01 Aug 2015 22:38:00 +0000
parents
children
comparison
equal deleted inserted replaced
10:62f8d6874a87 11:73abf2c13884
1 /* struct net definition for working with unet netlists */
2
3 struct net {
4 char *name;
5 struct net *nextinlist;
6 struct net *nextinhash;
7 };