PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs223] Test confusion
Date: Wednesday, 29 Jan 2020, 07:13:19


    > Message Posted By: Unknown
    >
    > Why is it that when I run Eisenstat's solution on my program
    > (/c/cs223/Hwk1/Cxref < Cxref.c) in the line "#include ", stdio
    > and h are outputted as seperate identifiers?

Because Hwk1/Cxref treats #, <, ., > as if they were
blanks, which is one form of failing gracefully when the
assumption of no preprocessing directives is violated.

--Stan-
PREV INDEX NEXT