Main Page | Modules | Data Structures | File List | Data Fields | Globals

sequence/lpeak2f_list.h

00001 #ifndef _PEAK_LIST_h_ 00002 #define _PEAK_LIST_h_ 00003 00004 struct Link 00005 { 00006 LPeak2f* peak; 00007 float dif; 00008 float curr_sum; 00009 struct Link* next; 00010 }; 00011 00012 typedef struct Link Link; 00013 typedef Link* LPeak2fList; 00014 00015 LPeak2fList push (LPeak2fList q, LPeak2f* pk, float d, float sum); 00016 void printLPeak2fList(LPeak2fList q); 00017 00018 #endif 00019

Generated on Sun Feb 13 01:06:00 2005 for MapQuant by doxygen 1.3.7