cse461-fishnet, version 1.0 This is the Fishnet distribution for cse461, Fall 2001. It includes the following files: README - this file fishhead - the fishhead executable; run "./fishhead -h" for more info fish.h - the header file for the fishnet library libfish.a - the fishnet library Makefile - the makefile for your homework fishsrc/ - source files for libfish.a and fishhead. You may read this source if you want to understand how the fishnet API works. To compile homework 1, put your code in file called hw1.c and type make hw1 Have fun!