Error in C and QuickC Example Program: BESSEL.C

ID Number: Q67393

6.00 6.00a | 6.00 6.00a

MS-DOS | OS/2

docerr

Summary:

When compiling the BESSEL.C sample program with the Warning Level set

to 4, the warning below is displayed. The sample program is available

in the online help shipped with C versions 6.00 and 6.00a, and QuickC

versions 2.00 and 2.50:

Warning C4129: 'F': unrecognized escape sequence

The warning is caused by an extra "\" (backslash) in a printf()

statement. The line that causes the problem is as follows:

printf(" Kind\t\t\Order\t\Function\tResult\n\n");

Notice that there is an extra backslash before the word "Function."

This should be removed.