00001 #ifndef LIBRARY_H 00002 #define LIBRARY_H 00003 00004 double 00005 flog_base2(double n); 00006 00007 /* 00008 char * 00009 strdup(char *s); 00010 */ 00011 00012 #endif /* LIBRARY_H */ 00013