FriendList.h
上传用户:onsales
上传日期:2010-01-31
资源大小:224k
文件大小:0k
源码类别:

网络编程

开发平台:

Visual C++

  1. struct FriendList
  2. {
  3. char name[100];
  4. char IP[18];
  5. struct FriendList *next;
  6. };