10 lines
124 B
C
10 lines
124 B
C
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
#include "RPC.h"
|
||
|
|
#include "netcon.h"
|
||
|
|
#include "ztproxy.h"
|
||
|
|
|
||
|
|
int main()
|
||
|
|
{
|
||
|
|
printf("hello from proxy\n");
|
||
|
|
}
|