- Remove roswebparser.exe from installable modules list.
[reactos.git] / rosapps / applications / devutils / cputointel / AnyalsingProcess.c
1 #include <stdio.h>
2 #include <stdlib.h>
3 #include <string.h>
4 #include "misc.h"
5 #include "any_op.h"
6
7
8 CPU_INT AnyalsingProcess()
9 {
10 /* FIXME it will set a name to the memory if we got one */
11
12 /* FIXME build the jump table */
13
14 return 0;
15 }
16
17