Annotation of parser3/src/types/pa_vfile.C, revision 1.1
1.1 ! paf 1: /*
! 2: Parser
! 3: Copyright(c) 2001 ArtLebedev Group(http://www.artlebedev.com)
! 4: Author: Alexander Petrosyan <paf@design.ru>(http://design.ru/paf)
! 5:
! 6: $Id: pa_vfile.C,v 1.8 2001/03/19 19:17:47 paf Exp $
! 7: */
! 8:
! 9: /**
! 10: \todo based on cgic by ?
! 11: */
! 12:
! 13: #include <ctype.h>
! 14: #include <string.h>
! 15:
! 16: #include "pa_vfile.h"
! 17: #include "pa_vstring.h"
! 18: #include "pa_globals.h"
! 19: #include "pa_request.h"
! 20:
E-mail: