home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Sound / Converter / INS-PW22.LHA / libs / reqtools.library
Encoding:
Text File  |  1995-08-28  |  2.1 KB  |  62 lines

  1.   struct Message Msg;
  2.   UWORD  command;     // 2 bytes
  3.   UWORD  node;        // 2 bytes
  4.  
  5.   WORD   word1;       // 2 byte variables.
  6.   WORD   word2;
  7.   WORD   word3;
  8.  
  9.   LONG   long1;       // 4 byte variables.
  10.   LONG   long2;
  11.   LONG   long3;
  12.  
  13.   ULONG  ulong1;      // 4 byte unsigned.
  14.   ULONG  ulong2;
  15.   ULONG  ulong3;
  16.  
  17.   char string[200];   // string for passing strings.
  18.   char extra[200];    // Extra space for future variables.
  19.  };
  20.  
  21.  
  22.                _____                    ______ _______
  23.       _________\    |___________________\_    |\_     | __________
  24.       \_________    _______    /   ______    _|____  _|__________/
  25.  ._____ /      /    |     /   /   _____/_    \    /  \    /      |______.
  26.  |      \______     |_____\   \______    |_______/_______/____   |nK    |
  27.  |          `-------'      \___\  `------'                  `----'      |
  28.  |                                                                      |
  29.  !      zE RO 2 8.8 V .3 4     T R A L L i              tH REE1 4.4V. 42!
  30.  :      o NE  2 8.8 V .3 4                              fO UR 6 4.0x. 75:
  31.  ¡      t WO  2 8.8 V .3 4   i K U j E N i A            fi VE 6 4.0x. 75¡
  32.  |                                                                      |
  33.  |             _______       _______                                    |
  34.  l_________ ___\     /_______\_____/_____________________ ________ _____j
  35.   ________/    __  _/    _   |____   \    _______        |_______/____   \
  36.    /      |    \   \     \   |   /    \  ______/_   |    |       |        \
  37.   /____   |_____\   \_____   |  _______\_____    |__|    |___    |_   |___/
  38.      `----'     `----'  `----'----'       `------'  `----'  `----'`---'
  39.  
  40.                        -tO O fUCCiNG hoDDEN fOR ye!-
  41.  
  42.   struct Message Msg;
  43.   UWORD  command;     // 2 bytes
  44.   UWORD  node;        // 2 bytes
  45.  
  46.   WORD   word1;       // 2 byte variables.
  47.   WORD   word2;
  48.   WORD   word3;
  49.  
  50.   LONG   long1;       // 4 byte variables.
  51.   LONG   long2;
  52.   LONG   long3;
  53.  
  54.   ULONG  ulong1;      // 4 byte unsigned.
  55.   ULONG  ulong2;
  56.   ULONG  ulong3;
  57.  
  58.   char string[200];   // string for passing strings.
  59.   char extra[200];    // Extra space for future variables.
  60.  };
  61.  
  62.