This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
zhangyang-libzt/attic/ztproxy.c
Joseph Henry c1ce7dc87a updated
2016-06-14 16:01:19 -07:00

10 lines
124 B
C

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