Begin implementing Keyboard Layout Compiler Tool, as requested by KJK::Hyperion....
[reactos.git] / reactos / tools / kbdtool / parser.c
1 /*
2 * PROJECT: ReactOS Build Tools [Keyboard Layout Compiler]
3 * LICENSE: BSD - See COPYING.BSD in the top level directory
4 * FILE: tools/kbdtool/parser.c
5 * PURPOSE: Parsing Logic
6 * PROGRAMMERS: ReactOS Foundation
7 */
8
9 /* INCLUDES *******************************************************************/
10
11 #include <string.h>
12 #include <stdarg.h>
13 #include <stdio.h>
14 #include <stdlib.h>
15 #include <host/typedefs.h>
16
17 /* GLOBALS ********************************************************************/
18
19 /* FUNCTIONS ******************************************************************/
20
21 /* EOF */