/*
 * const.c
 *
 * Template generator (Global supported type)
 *
 * Author: Oh Junseon <hollywar@mail.holywar.net>
 * Date  : $Date: 2000/09/12 12:06:15 $ 
 *
 * $Revision: 1.1.1.1 $
 */

/* SCSS/RCS Id */
#ifndef lint
static char rcsid[]="@(#)$Id: const.c,v 1.1.1.1 2000/09/12 12:06:15 hollywar Exp $";
#endif /* lint */

const char *SEP[] = { "c", "cc" ,"css" , "html" , "makefile" , "pl" , "pmakefile", "py" , "sh" , "sgml" , "txt" , "4th", "\0"} ;
const char *NAME[] = { "C", "C++" , "Cascading Style Sheet" , "HTML" , "Makefile", "Perl" , "BSD Port Makefile", "Python" , "Shell Script" , "SGML" , "Text File" , "4th", "\0"} ;


/*
 | $Id: const.c,v 1.1.1.1 2000/09/12 12:06:15 hollywar Exp $
 |
 | Local Variables:
 | mode: c
 | mode: font-lock
 | version-control: t
 | delete-old-versions: t
 | End:
 |
 | -*- End-Of-File -*-
 */


syntax highlighted by Code2HTML, v. 0.9.1