* complete copyright information.
*/
-#include <h/mh.h>
-#include <h/utils.h>
+#include "h/mh.h"
+#include "m_name.h"
+#include "seq_list.h"
+#include "seq_getnum.h"
+#include "h/utils.h"
/* allocate this much buffer space at a time */
#define MAXBUFFER 1024
bp += strlen(bp);
}
}
- return (bp > buffer? buffer : NULL);
+ return bp > buffer ? buffer : NULL;
}