annotate ueda/libunet/nethash.h @ 68:b7f49f029bc3

pads2gpcb: use Cartesian Y axis direction internally
author Mychaela Falconia <falcon@ivan.Harhan.ORG>
date Sun, 31 Jan 2016 23:19:37 +0000
parents 73abf2c13884
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
11
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
1 /* struct net definition for working with unet netlists */
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
2
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
3 struct net {
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
4 char *name;
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
5 struct net *nextinlist;
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
6 struct net *nextinhash;
73abf2c13884 libunet: nethash functions implemented
Space Falcon <falcon@ivan.Harhan.ORG>
parents:
diff changeset
7 };