/* translation of file "../main.k" */ /* generated by: * @(#)$Author: Kimwitu version: V4_6 (c) 1990-1996 University of Twente $ */ #ifndef KC_FUNCTIONS_main_HEADER #define KC_FUNCTIONS_main_HEADER #define KIMW_FUNCTIONS_main_HEADER /* for backwards compatibility */ /* define our own macro if we have a 'standard' (ansi) C(++) compiler */ #ifndef KC_NO_STDC # if defined(__STDC__) || defined(__cplusplus) || defined(_WIN32) # define KC_STDC # endif #endif #include "k.h" /* in case a user forgets */ /* included stuff */ #line 2 "../main.k" /* * The Termprocessor Kimwitu * * Copyright (c) 1991 University of Twente, Dept TIOS. * All rights reserved. * */ #line 27 "main.h" /* end included stuff */ int main KC__P((int argc, char *argv[])); void leave KC__P((int status)); #endif /* ! KC_FUNCTIONS_main_HEADER */