![]() |
|
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Sep 2004
Posts: 29
Rep Power: 0
![]() |
GCC sprintf Source Code
I'm trying to track down the source code for the sprintf funtion in the GNU GCC source files.
sprintf is the only funtion from the standard libraries I'm using and currently for certification purposes on the project I'm on, we cannot use outside libraries unless they are also certified. Since we do not want to deal with getting the entire GCC libraries certified for this project I just want to pull the sprintf function out of the source, simplify it to exactly what we need and just use that. Could anyone possibly point me in the direction of where to find the function in the GCC source? We're using GCC version 3.4.4 and I've got the source downloaded from the gcc.gnu.org website, but I can't find the source for sprintf anywhere. Thanks a ton. |
|
|
|
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Source Code from Schildt's Book | tbohon | C | 7 | Nov 2nd, 2006 5:53 PM |
| Problem Associated with Vector Source code | buggytoast | Java | 3 | Apr 2nd, 2006 5:41 AM |
| Image processing:Stentiford and Holt Thinning Source code in C or C++ | ladyscarlet99 | C | 0 | Sep 9th, 2005 1:20 AM |
| Text editor source code... | paperboy | C++ | 2 | Mar 9th, 2005 2:08 PM |