Function declarations (was: MSC v5.1 Bug???)
    T. William Wells 
    bill at proxftl.UUCP
       
    Mon Aug 29 08:12:24 AEST 1988
    
    
  
The message I sent had a minor error in it, here is the correction. Sorry.
In article <619 at proxftl.UUCP> I wrote:
: This is the code that makes use of the prototype macro.
:
:       #include <our_file.h>
:
:       FUNC(int function, (int arg1, int arg2))
I should have written:
: This is the code that makes use of the prototype macro.
:
:       #include <our_file.h>
:
:       extern FUNC(int function, (int arg1, int arg2))
---
Bill
novavax!proxftl!bill
    
    
More information about the Comp.lang.c
mailing list