home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 May / PCO_5_97.ISO / FilesBBS / OS2 / HYPEMAIL.ARJ / HYPEMAIL.ZIP / libcgi / main.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-07-28  |  334 b   |  20 lines

  1. /*
  2.  * This file is part of the LIBCGI library
  3.  *
  4.  * Copyright 1994 by Enterprise Integration Technologies Corporation
  5.  *
  6.  * This is freeware with commercialization rights reserved; see the
  7.  * LICENSE included in the distribution for specifics.
  8.  */
  9.  
  10. #include "cgi.h"
  11.  
  12. main()
  13.  {
  14.  
  15.   cgi_info ci;
  16.  
  17.   get_cgi_info(&ci);
  18.   cgi_main(&ci);
  19. }
  20.