diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ueda/libunet/nethash.h	Sat Aug 01 22:38:00 2015 +0000
@@ -0,0 +1,7 @@
+/* struct net definition for working with unet netlists */
+
+struct net {
+	char	*name;
+	struct	net *nextinlist;
+	struct	net *nextinhash;
+};