/*-------------------------------------------------- header file for function count_negs created by st10 at Mon Apr 9 16:46:55 PDT 2007 --------------------------------------------------*/ #ifndef count_negs_H #define count_negs_H int count_negs(int quantity); #endif