home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spezial / SPEZIAL2_97.zip / SPEZIAL2_97.iso / ANWEND / ONLINE / HYPERMAI / HYPERMAI.ZIP / libcgi / main.c < prev    next >
C/C++ Source or Header  |  1994-07-28  |  334b  |  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.