// File: types.tpp // Explicit Initializations. // What goes in here? Depends upon what the application does // Application has only a LinkedList template class node; template ostream& operator<<(ostream &os,const LinkedList &l); template class LinkedList;