home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / k95source / ckopcf.c < prev    next >
Text File  |  2020-01-01  |  330b  |  15 lines

  1. /* C K O P C F . C -- Dummy module so we can link resources to it */
  2.  
  3. /*
  4.   Author: Jeffrey Altman (jaltman@secure-endpoints.com)
  5.             Secure Endpoints Inc., New York City
  6.  
  7.   Copyright (C) 1985, 2004, Trustees of Columbia University in the City of New
  8.   York.
  9. */
  10.  
  11. void dummy( void )
  12. {
  13.     /* this function does nothing */
  14. }
  15.