looking for a file list all functions in all header files 
Author Message
 looking for a file list all functions in all header files


Quote:

> for example i want to know
> all other functions can be used in STDIO.H besides PRINTF and
> SCANF...

Read /usr/include/stdio.h.  (Well, this is where it is on most
Unix-like systems.  Check your compiler's manual and substitute the
appropriate path if necessary.)  All the other header files (which list
all the other functions) are typically placed in the include/
directory, or subdirectories thereof.  Again, YMMV.

Regards,
Psy

* Sent from RemarQ http://www.*-*-*.com/ The Internet's Discussion Network *
The fastest and easiest way to search and participate in Usenet - Free!



Mon, 10 Jun 2002 03:00:00 GMT  
 looking for a file list all functions in all header files

are there some books or files out there that list all the functions
available in all the ANSI C header file? for example i want to know
all other functions can be used in STDIO.H besides PRINTF and SCANF...

thanks



Tue, 11 Jun 2002 03:00:00 GMT  
 looking for a file list all functions in all header files

Quote:

> are there some books or files out there that list all the functions
> available in all the ANSI C header file? for example i want to know
> all other functions can be used in STDIO.H besides PRINTF and SCANF...
> thanks

Just look through stdio.h for function prototypes.

--

   Programmer; CE Net, Inc.  "http://www.freezersearch.com/index.cfm?aff=dhc",
   (302) 854-5440 Ext. 206   "http://www.homeworkhelp.org",0}; */



Tue, 11 Jun 2002 03:00:00 GMT  
 looking for a file list all functions in all header files


Quote:
" writes:

>> are there some books or files out there that list all the functions
>> available in all the ANSI C header file? for example i want to know
>> all other functions can be used in STDIO.H besides PRINTF and SCANF...

>> thanks

>Just look through stdio.h for function prototypes.

It is no bad thing becoming familiar with how geaders work. However
implementations often put extra non-standard functions in the standard
headers so this is not really a good way to solve the original posters
problem. A good C tutorial or reference book should give this sort of
information. On the Web have a look at http://www.dinkumware.com
and peruse their "library references" section.

--
-----------------------------------------


-----------------------------------------



Tue, 11 Jun 2002 03:00:00 GMT  
 
 [ 4 post ] 

 Relevant Pages 

1. Q: header files not shown in project file list

2. C Header files including header files, mutually referencing typedefs

3. STL header files vs non-STL header files

4. Looking for C header file that provides password expiration functionality

5. Looking for C Header Files.

6. Looking for C header file that provides password expiration functionality

7. looking for standard C, X/OPEN | POSIX c++ header files for SunOS

8. Looking for a function that can de-compress files compressed with the DOS function

9. fatal error C1010: unexpected end of file while looking for precompiled header directive

10. unexpected end of file while looking for precompiled header directive

11. Q:unexpected end of file while looking for precompiled header directive

12. fatal error C1010: unexpected end of file while looking for precompiled header directive

 

 
Powered by phpBB® Forum Software