|
|
|
![]() |
|
|||||||
|
||||||||
![]() |
|
|
Thread Tools | Rate Thread | Display Modes |
|
|
|
#1
|
|||||
|
|||||
|
Re: stdarg.h Syntax error
stdarg.h is included by stdio.h
It is simply the first true line of code the compiler encounters when #include <stdio.h> is used and it can recognize that an error has occurred. The error won't be in the system files, but in .c files you have touched. Usually I've seen this when random characters are accidentally typed on the very first line of a .c file. Take a look to see if anything has been typed BEFORE the /****************** on the very top line of the .c files you've been modifying. |
|
#2
|
|||
|
|||
|
Re: stdarg.h Syntax error
Quote:
Thanks a bunch for your help! Jedd |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C18 v2.4 -- Syntax error where there is no syntax error | Joel J | Programming | 7 | 12-01-2007 17:27 |
| Array Syntax Error | Andrew Blair | Programming | 7 | 05-02-2006 14:11 |
| Syntax Error! | Denz | Programming | 15 | 04-02-2006 23:57 |
| Simple Syntax Error | miketwalker | Programming | 6 | 06-01-2004 00:17 |