view netdiff/flip2pin/struct.h @ 150:bcf011f6d7a5

KWH020ST23-F01.fp created
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 22 Jun 2021 22:20:53 +0000
parents 7ddfb9a67b0c
children
line wrap: on
line source

struct flip_list {
	char	*refdes;
	struct	flip_list *next;
};