473,657 Members | 2,484 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Where can I find the ansi C source code of linux?

I am going to have some look at the ansi C implemention source of
linux, such as stdio, file operation and so on, Where can I get some
source code, I have downloaded linux source code but I cann't find
anything about it. Does anybody know this?

Thanks!

Feb 8 '06 #1
7 2824
ww****@yahoo.co m.cn wrote:
I am going to have some look at the ansi C implemention source of
linux, such as stdio, file operation and so on, Where can I get some
source code, I have downloaded linux source code but I cann't find
anything about it. Does anybody know this?


Linux is an operating system kernel, it does not implement the Standard
C library. glibc is the C library distributed with almost every Linux
distribution, the source code is freely available at
http://ftp.gnu.org/gnu/glibc/ but it is not written in strict ANSI C.
If you are looking for a C library implementation written in ANSI C
(the parts that can be that is), I strongly recommend you check out
P.J. Plauger's fantastic book on the subject: The Standard C Library.

Robert Gamble

Feb 8 '06 #2
Thanks, Robert!

Feb 8 '06 #3
ww****@yahoo.co m.cn wrote:
Thanks, Robert!

Please read http://cfaj.freeshell.org/google/
before posting replies (even when replying
to your own post).

Thank you very much.

--
Ioan - Ciprian Tandau
tandau _at_ freeshell _dot_ org (hope it's not too late)
(... and that it still works...)
Feb 8 '06 #4
sorry,i do not know.

Feb 8 '06 #5
weiguo wrote:
sorry,i do not know.


you do not know *what*. Please leave some context in your post, that
is quote what you are replying to. Look at other posts on this ng
for examples of how to do this.
--
Nick Keighley

It's always September. But sometimes it is _more_ September.
Jim Cameron (clc)

Feb 8 '06 #6
gsl

Nick Keighley wrote:
weiguo wrote:
sorry,i do not know.


you do not know *what*. Please leave some context in your post, that
is quote what you are replying to. Look at other posts on this ng
for examples of how to do this.
--
Nick Keighley

It's always September. But sometimes it is _more_ September.
Jim Cameron (clc)


Feb 8 '06 #7
In article <11************ **********@g43g 2000cwa.googleg roups.com>,
Nick Keighley <ni************ ******@hotmail. com> wrote:
weiguo wrote:
sorry,i do not know.


you do not know *what*. Please leave some context in your post, that
is quote what you are replying to. Look at other posts on this ng
for examples of how to do this.


Actually, on a garbage thread like this one, it is probably just as well.

Feb 8 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

12
2250
by: Martin_Hurst | last post by:
It would appear that MySQL is making great strides into the commercial and even the enterprise arena. I am not seeing the same news coverage being said about Postgresql. I believe Postgresql has been a much better rdbms than MySQL for a long time, so then why has not Postgresql grabbed the commercial and enterprise arena before MySQL did? -------------------------------------------------------------------------------------------...
13
4342
by: Viken Karaguesian | last post by:
Hello everyone, Can anyone recommend a good online site to learn PHP? The W3Schools website is quite lacking - leaves much to be desired. I'm sure there are many places, but which ones are good? I currently run a site with an extensive photo gallery. Hundreds of photos. Right now I have a system which the thumbnails are laid out in a table. You click on a thumbnail and you see the full size picture. That full size picture is in its...
15
2948
by: Bart Vandewoestyne | last post by:
I'm having a .c source file which at the top contains the line #include <math.h> In that source file, i declare a function dt which in its body uses the lgamma function. `man lgamma' on my linux system tells me that i have to include math.h so it seems like I'm doing the right thing in order to be able to use the lgamma function. When I compile the .c file with
34
2964
by: priyanka | last post by:
Hi, I was wondering if we could parse or do something in the executable( whose source language was C). How can I use some scripting language like perl/python to find out the information about the executable ? Is it possible ? Also, how does the compiler add inling to the program ? I know that whenever it sees"inline" in front of the procedure name, it inlines it. But if we give the -finline options, it inline all the procedures ? How
65
8590
by: Leslie Kis-Adam | last post by:
Hi everyone! Does anyone know, if it is possible to clear the screen in ANSI C? If it is,then how? Any help would be appreciated. Laszlo Kis-Adam <dfighter_AT-NOSPAM_freemail.hu
15
2429
by: David T. Ashley | last post by:
I'll be using gcc under Red Hat Enterprise Linux. Where do I find information about the low-level calls to the operating system from compiled 'C'? For example, if I want to cause a process to sleep, or look at the permissions of a file ... where is this written down? Thanks, Dave.
7
2431
by: Adrian | last post by:
Why does std::strings find search from the begining of the string when pos >= (std::string::npos-3) I cant find anything in the standard that says what find should do if pos==npos in find I tried it on a few platforms (all with gcc unfortunaley) and its seems to be consistent. Adrian
41
18161
by: Miroslaw Makowiecki | last post by:
Where can I download Comeau compiler as a trial version? Thanks in advice.
13
48066
by: ramif | last post by:
Is there a way to print extended ASCII in C?? I tried to code something, but it only displays strange symbols. here is my code: main() { char chr = 177; //stores the extended ASCII of a symbol printf("Character with an ascii code of 177: %c \n", chr); //tries to print an ASCII symbol...
0
8844
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8518
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8621
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7354
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6177
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5643
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4330
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2743
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1734
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.