gnetlist
|
#include <config.h>
#include <stdio.h>
#include <ctype.h>
#include <libgeda/libgeda.h>
#include "../include/globals.h"
#include "../include/prototype.h"
Go to the source code of this file.
Functions | |
CPINLIST * | s_cpinlist_return_tail (CPINLIST *head) |
CPINLIST * | s_cpinlist_return_head (CPINLIST *tail) |
CPINLIST * | s_cpinlist_add (CPINLIST *ptr) |
void | s_cpinlist_print (CPINLIST *ptr) |
CPINLIST * | s_cpinlist_search_pin (CPINLIST *ptr, char *pin_number) |
CPINLIST* s_cpinlist_return_tail | ( | CPINLIST * | head | ) |
Definition at line 46 of file s_cpinlist.c.
CPINLIST* s_cpinlist_return_head | ( | CPINLIST * | tail | ) |
Definition at line 62 of file s_cpinlist.c.
CPINLIST* s_cpinlist_add | ( | CPINLIST * | ptr | ) |
Definition at line 78 of file s_cpinlist.c.
void s_cpinlist_print | ( | CPINLIST * | ptr | ) |
CPINLIST* s_cpinlist_search_pin | ( | CPINLIST * | ptr, |
char * | pin_number | ||
) |
Definition at line 149 of file s_cpinlist.c.