Terug naar de homepage van Forcheck
Forcheck verifies references to subprograms


c
c                       FORCHECK
c               Global Subprogram Type Verification

        PROGRAM Inter
        INTEGER int21, subtyp
        int21 = 21
        subtyp = 10
        CALL SysIntr(int21, subtyp)
        END


        INTEGER FUNCTION SysIntr(Inter, SubTyp)
C...interface to system call
        EXTERNAL INTR
        INTEGER INTR, Inter, SubTyp
C...force interupt, get status back
        SysIntr = INTR (Inter, SubTyp)
        END



 FORCHECK PC V11.10  MS5 compiler emulation  21-Jun-96  14:59:57  page: 5 
 SUBPRGTP.FOR  


 global program analysis:

   SYSINTR, referenced in INTER                           
 **[259 E] subroutine/function conflict

previous page top page
Forcheck
Contact