cancel
Showing results for 
Search instead for 
Did you mean: 

STVD7 errors to fix

noscreen1
Associate II
Posted on December 22, 2006 at 06:33

STVD7 errors to fix

2 REPLIES 2
noscreen1
Associate II
Posted on May 17, 2011 at 10:13

Hello,

As i'm using the STDV7 compiler, I would like to know the meaning of the ''missing prototype'' error. thanks 🙂

gaetano
Associate II
Posted on May 17, 2011 at 10:13

Hi noscreen,

the error message you got depends from the C compiler you are using, for instance COSMIC, and not from the IDE STVD7.

It means that a C function you defined in a ''.c'' module does not have a correspondant function declaration (the so called 'prototype') somewhere written in the program code (tipically the latter stays in a ''.h'' header file).

I kindly suggest you to read further the C language manual normally given with the compiler tool (for Cosmic this is true), where a lot of examples often follow the definition of ANSI C statement.

Best regards,

Tanio