|
Monday, September 28, 2009 - 4 Posts by 3 People
My Ubuntu Debian type of Linux does not contain the "stdio.h" file. As a result, I cannot even
compile the simplest of C programs.
All I got when I compile my program was "error: stdio.h
Quote: : My Ubuntu Debian type of Linux does not contain the "stdio.h" file. As a result, I cannot
|
|
Monday, November 14, 2005 - 50 Posts
Can "stdio.h" be OS specific at the kernal level or ? i know what I'm
trying to ask here
question.In comp.lang.c "\(ProteanThread\)" Quote: : [color=blue]
> can "stdio.h" be OS specific
means "OS specific at the kernal level"? If you have a kernel
header named "stdio.h" it got nothing
|
|
Friday, December 08, 2006 - 10 Posts by 4 People
Into a problem.
I was getting the error
Code: stdio.h: No such file or directory
I have read through
<stdio.h> int main(int argc, char* argv[]) { printf ("hello world\n"); return 0; }
I type
Code
to see if stdio.h is in there.Quote: : prezbedard,
What's the output of the following commands?
Code
|
|
Sunday, November 15, 2009 - 6 Posts by 3 People
stdio.h only declares the standard functions. Where does the compiler look for the body
stdio.h only declares the standard functions. Where does the compiler look for the body of the functions? (I accidentally...
put this in the Geek's Lounge and don't know how to move it out) Last edited by ybean4; 22 Hours Ago at 2:32 pm .
|
|
Thursday, December 13, 2007 - 3 Posts by 3 People
Iam unable to complie my c programs? it shows out an error as "unable to include stdio.h" what
What compiler are you running? You may need to reinstall it...Are you able to find stdio.h on your
computer??
If so, then you may have directory problem.
When you #include <stdio.h>, the angle
|
|
Monday, November 14, 2005 - 5 Posts
Can "stdio.h" be OS specific at the kernal level or ? i know what I'm
trying to ask here
;From N869:[/color]
7.19.5.3 The fopen function
Synopsis
[#1]
#include <stdio.h>
FILE *fopen
can "stdio.h" be OS specific at the kernal level or ? i know what I'm
trying to ask here but not sure how to word it :-)
...
|
|
Thursday, October 25, 2007 - 7 Posts by 4 People
; printf("%d",i); getch(): } Why does the printf fuction work without including the stdio.h file
.
A function should not work if its definition is not available ..
And stdio.h has the definition
():
}
[code]
Why does the printf fuction work without including the stdio.h file.
A function should not work
|
|
Wednesday, January 04, 2006 - 5 Posts
In stdio.h:
/* Generate a temporary filename. */
extern char *tmpnam (char *__s) __THROW;
__END_NAMESPACE
]
> For example, in I see stuff
> like the following in stdio.h:
> ...[/color]
That may
be what is in _your_ implementation's <stdio.h>, but it
is not required to be in anyone else's
|
|
Sunday, September 27, 2009 - 4 Posts by 4 People
How to call "printf" directly without including stdio.h ?
I found a interesting tutorial here:
http
How to call "printf" directly without including stdio.h ?
I found a interesting tutorial here:
http://www.halcode.com/archives...
2008/05/11/hello-world-c-and-gnu-as/
So, here's my attempt:
int main(){ char ss[] = "hello"; asm ( "pushl %ebp ;" ...
|
|
Wednesday, September 30, 2009 - 9 Posts
Error: stdio.h: No such file or directory ?? [gcc\C] ragazzi ho installato gcc per l'uni, ho creato
un piccolo programmino di base per provare, vado a compilare e dice:
hello.c:1:19: error: stdio.h
Re: error: stdio.h: No such file or directory ?? [gcc\C] Citazione: Originariamente inviato da
|

)