Terug naar de homepage van Forcheck
Forcheck verifies references to functions


c
c                       FORCHECK
c               Global Subprogram Data Type Verification

        PROGRAM Inter
        PRINT *, Truncate(3., 1.5)
        END


        INTEGER FUNCTION Truncate(Arg1, Arg2)
        REAL Arg1, Arg2
        Truncate = Arg1/Arg2
        END



 FORCHECK PC V11.18  MS5 compiler emulation  21-Jun-96  15:16:55  page: 5 
 FUNTYP.FOR  


 global program analysis:

   TRUNCATE, referenced in INTER                           
 **[268 E] data type conflict with data type of function

previous page top page
Forcheck
Contact