Please send questions to st10@humboldt.edu .
/*--------------------------------------------------
 header file for function looky
   created by st10 at Mon Apr 30 10:45:36 PDT 2007
--------------------------------------------------*/
#ifndef looky_H
#define looky_H

void looky (int size);

#endif