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

Home Posts Topics Members FAQ

Where can I find the C function library source ?

can you please give me the link ?

Nov 15 '05 #1
22 3041
Tera wrote:
can you please give me the link ?


This is not a chat room, don't repost your question if it is not
answered immediately.

Also, please put the entire question in the body, don't leave half of it
only in the subject.

Read the group and it's FAQ (and for groups with a charter read the
charter) before posting, this would have shown you that this is not a
"sources wanted" group but a groups about programming in standard C.

When posting provide sufficient information that people stand some vague
chance of helping you. On my systems I can often find the C sources in a
tarball in /usr/portage/distfiles but that is unlikely to help you.

A slightly more helpful answer is that it depends entirely on your OS
*and* the C implementation you are using, since each combination can use
entirely different source code for the standard C library, and in some
cases that source code will not be made available. So I suggest you try
using Google and if that does not help asking in a group dedicated to
your specific system after checking their FAQ, charter and at least a
few days worth of posts.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
Nov 15 '05 #2
Look up her/his e-mail address: so******@gmail. com

Tera has been posting in chinese/japanse or something mostly.

I doubt he/she will understand your typical frustrated c programmer bullshit
below ;) =D

Bye,
Skybuck.

"Flash Gordon" <sp**@flash-gordon.me.uk> wrote in message
news:pq******** ****@brenda.fla sh-gordon.me.uk...
Tera wrote:
can you please give me the link ?


This is not a chat room, don't repost your question if it is not
answered immediately.

Also, please put the entire question in the body, don't leave half of it
only in the subject.

Read the group and it's FAQ (and for groups with a charter read the
charter) before posting, this would have shown you that this is not a
"sources wanted" group but a groups about programming in standard C.

When posting provide sufficient information that people stand some vague
chance of helping you. On my systems I can often find the C sources in a
tarball in /usr/portage/distfiles but that is unlikely to help you.

A slightly more helpful answer is that it depends entirely on your OS
*and* the C implementation you are using, since each combination can use
entirely different source code for the standard C library, and in some
cases that source code will not be made available. So I suggest you try
using Google and if that does not help asking in a group dedicated to
your specific system after checking their FAQ, charter and at least a
few days worth of posts.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.

Nov 15 '05 #3
I'am so sorry.The speed of my network is slow.So I don't know I have
sent it out.
I have come to apologize to you.

Nov 15 '05 #4
I'm writing a OS,just for a experiment.At the beginning, I write it
with assemble.But now I find it is too hard,so I wanna use C...
Skybuck Flying,you make me unpleased.My English is poor,but i know what
you mean
at least. :(

Nov 15 '05 #5
Tera wrote:
I'm writing a OS,just for a experiment.At the beginning, I write it
with assemble.But now I find it is too hard,so I wanna use C...
Skybuck Flying,you make me unpleased.My English is poor,but i know what
you mean
at least. :(


I believe the Skybuck Flying is not highly regarded around here, so you
can ignore him/her without loosing anything worth noting.

Being poor at English is not a problem as long as it is understandable
and I at least can understand your posts.

The C library contains a lot of system specific code, so you will have
to write significant parts of it yourself. Mr Plauger's book is highly
regarded and would be a good reference for this.

We will be happy to help you with your C programming issues, but you
will have to ask on a group dedicated to your hardware or possibly
comp.arch.embed ded when you need to use non-standard tricks such as
addressing the hardware directly.
--
Flash Gordon
Living in interesting times.
Although my email address says spam, it is real and I read it.
Nov 15 '05 #6
Tera wrote:
I'am so sorry.The speed of my network is slow.So I don't know I have
sent it out.
I have come to apologize to you.


A further thing you need to know for participating here is to quote
enough of the previous message to provide context for your reply. To do
so from Google, click on "show options" and use the Reply shown in the
expanded header.

Brian
Nov 15 '05 #7
OK,thank yuo all.

Nov 15 '05 #8
"Tera" <so******@gmail .com> writes:
OK,thank yuo all.


Ah, irony.

Here's the text of the article to which you just replied:

] Tera wrote:
]
] > I'am so sorry.The speed of my network is slow.So I don't know I have
] > sent it out.
] > I have come to apologize to you.
]
] A further thing you need to know for participating here is to quote
] enough of the previous message to provide context for your reply. To do
] so from Google, click on "show options" and use the Reply shown in the
] expanded header.
]
]
]
] Brian

Please follow Brian's advice.

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.
Nov 15 '05 #9

Keith Thompson 写道:
"Tera" <so******@gmail .com> writes:
OK,thank yuo all.


Ah, irony.

Here's the text of the article to which you just replied:

] Tera wrote:
]
] > I'am so sorry.The speed of my network is slow.So I don't know I have
] > sent it out.
] > I have come to apologize to you.
]
] A further thing you need to know for participating here is to quote
] enough of the previous message to provide context for your reply. To do
] so from Google, click on "show options" and use the Reply shown in the
] expanded header.
]
]
]
] Brian

Please follow Brian's advice.

--
Keith Thompson (The_Other_Keit h) ks***@mib.org <http://www.ghoti.net/~kst>
San Diego Supercomputer Center <*> <http://users.sdsc.edu/~kst>
We must do something. This is something. Therefore, we must do this.


like this ?

Nov 15 '05 #10

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

Similar topics

3
6007
by: Lingyun Yang | last post by:
Hi, I want to use rand() in standard libray to generate over 10^8 random numbers to do simulation. But this version seems very slow compared with some code in Numerical Recipes. I want to know how's the grnerator and what is the algorithm. Does any one know where is the source code of the rand() function in stdlib or is it open source ?
14
2312
by: Stegano | last post by:
I am learning C Programming after working with Java for 5 years. I want to know where can I find the source files for C language itself. For example strcat is a function, which concatenates two strings. I want to read how this function is implemented in its native form, where can I find its corresponding .c file. I am using gcc version 3.3.1 (Thread model POSIX) on cygwin with Eclipse IDE. A grep on a function name lists many .h and .c...
6
386
by: Tera | last post by:
can you please give me a link ?
7
2824
by: wwxw_0 | last post by:
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!
21
2622
by: Chen ShuSheng | last post by:
Hey, In head file 'stdio.h', I only find the prototype of these two function but no body. Could someone pls tell me where their bodies are ? -------------- Life is magical.
15
2281
by: amit.man | last post by:
Hi, i have newbie qestion, when i write #include <somthing.h> the precompiler subtitue that line with the lines from "somthing.h" header file. when, where and how the compiler insert the lines in "somthing.c" implementation file into my source code?
20
5217
by: Frank-O | last post by:
Hi , Recently I have been commited to the task of "translating" some complex statistical algorithms from Matlab to C++. The goal is to be three times as fast as matlab ( the latest) . I've used various techniques ( loop unrolling, loop jamming...) and tried some matrix libraries : newmat (slow for large matrix) , STL (fast but ..not usefull) , hand coding (brain consuming...), and recently Meschach...
41
18161
by: Miroslaw Makowiecki | last post by:
Where can I download Comeau compiler as a trial version? Thanks in advice.
24
2098
by: Mike Hofer | last post by:
Please forgive the cross-post to multiple forums. I did it intentionally, but I *think* it was appropriate given the nature of my question. I'm working on an open source code library to help automate and clean up parameter validation code. It's almost ready to go into open beta. But one last little glitch is holding me up, and that would be the name of the factory class that serves as the entry point into the library: Validate.
0
8411
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, well explore What is ONU, What Is Router, ONU & Routers main usage, and What is the difference between ONU and Router. Lets take a closer look ! Part I. Meaning of...
0
8323
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8838
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...
0
8613
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...
1
6176
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
4173
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2740
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
1969
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1732
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.