Untitled

From Chartreuse Pheasant, 10 Years ago, written in C, viewed 786 times.
URL https://paste.godclan.hu/view/t0LrvVot Embed
Download Paste or View Raw
  1. #pragma pack(push, 1)
  2. struct SConnectInfo
  3. {
  4.   int bDebugMode;
  5.   int bClientMode;
  6.   char szHost[129];
  7.   char szPort[129];
  8.   char szPassword[129];
  9.   char szNick[129];
  10. };
  11. #pragma pack(pop)
  12.  

Reply to "Untitled"

Here you can reply to the paste above