Question
My ANSI compiler is complaining about prototype mismatches for parameters declared float.

Answers

You have mixed the new-style prototype declaration

"extern int func(float);" with the old-style definition

"int func(x) float x;". "Narrow" types are treated differently

according to which syntax is used. This problem can be fixed by

avoiding narrow types, or by using either new-style (prototype)

or old-style syntax consistently.   Your Comment




More Software Questions..
What is the inputsplit in map reduce software?

What is software configuration management?

What Is Java Api For Xml-based Rpc (jax-rpc)?

How can you implement fine-grained auditing?

What is IBM’s simple explanation for Big Data’s four critical features?

What is static synchronized method in JDBC API? Give an example?

What does the NULLIF function do?

What happens if a start method is not invoked and the run method is directly invoked?

Should we override finalize method

what is the difference between mysql_fetch_array and mysql_fetch_object?

How will XML affect my document links?

Why to use Style Sheets?

What are Filters in MVC?

Can you explain Application layer in OSI model?

How to define new testplan attributes?

What are the minimum system requirements to run Photoshop? Is it possible to run Photoshop over linux?

Which oracle package is used to manage the oracle lock management services?

What is Latch Up? Explain Latch Up with cross section of a CMOS Inverter. How do you avoid Latch Up?

What is marker interface?

What types of partitioning are there for BW?



Search
Can you Answer!!
  • Q Is Array operations are faster or of Vector?
  • Q Explain how you can setup static files in Django?
  • Q How to check Memory stats and CPU stats as a Linux admin?
  • Q What is prc?
  • Q What is adventure tourism?
  • Q power delegated through out organization is?
  • Q Why do we recommended that we test during the design phase?
  • Q Classify the '24.3' as constants or variables.
  • Q What kind of organism is ‘Bombay Duck’?
  • Q Who can create an XML namespace?
  • Q How would you handle the need to load multiple models (ie multiple qvws)?? i don't think you can do multiple binary loads, so what do you recommend?