Subversion Repositories HelenOS

Rev

Rev 2714 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2714 Rev 2716
Line 54... Line 54...
54
/*
54
/*
55
 * This program creates syntax.h and syntax.c.
55
 * This program creates syntax.h and syntax.c.
56
 */
56
 */
57
 
57
 
58
#include <stdio.h>
58
#include <stdio.h>
-
 
59
#include <stdlib.h>
59
#include <string.h>
60
#include <string.h>
60
#include <sys/types.h>
61
#include <sys/types.h>
61
#include "../parser.h"
62
#include "../parser.h"
62
 
63
 
63
 
64