home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 5 / 05.iso / a / a120 / 1.ddi / WATCOM_C / WAT70.C < prev    next >
Encoding:
C/C++ Source or Header  |  1992-05-22  |  401 b   |  15 lines

  1. /*------------------------------------------------------------------*/
  2. /* ╡{ªí└╔ªW║┘: wat70.c                                              */
  3. /*------------------------------------------------------------------*/
  4. #include <dos.h>
  5. #include <stdio.h>
  6.  
  7. void main()
  8. {
  9.    char *string = "FP_SEG() ñº¿╧Ñ╬┬▓¿╥";
  10.  
  11.    printf("ªrªΩ '%s' ⌐≤░O╛╨┼Θñññº╕`░╧ª∞º}¼░ : %X\n",string,FP_SEG(string));
  12. }
  13.  
  14.  
  15.