gnetlist

s_cpinlist.c File Reference

#include <config.h>
#include <stdio.h>
#include <ctype.h>
#include <libgeda/libgeda.h>
#include "../include/globals.h"
#include "../include/prototype.h"
Include dependency graph for s_cpinlist.c:

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)

Function Documentation

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)

Definition at line 105 of file s_cpinlist.c.

Here is the call graph for this function:

CPINLIST* s_cpinlist_search_pin ( CPINLIST *  ptr,
char *  pin_number 
)

Definition at line 149 of file s_cpinlist.c.

 All Data Structures Files Functions Variables Defines