View C function help under Linux

Source: Internet
Author: User
Tags sprintf

View Help documentation

Mans Mans

MANUAL SECTIONS The standard SECTIONS of the MANUAL include:1User Commands2System Calls3C Library Functions4Devices and Special Files5File Formats and conventions6Games et.       Al. 7Miscellanea8System Administration Tools and deamons distributions Customize the manual sections to their specifics, whichOften include additional sections.

Example:

Mans 3 printf

PRINTF (3) Linux Programmer ' s Manual PRINTF (3) NAME printf, fprintf, sprintf, snprintf, vprintf, vfprintf, vsprintf, vsnprintf-formatted output conversionsynopsis #include<stdio.h>intprintf (constChar*format, ...); intfprintf (FILE *stream, constChar*format, ...); intsprintfChar*STR, constChar*format, ...); intsnprintfChar*STR, size_t size, constChar*format, ...); #include<stdarg.h>intvprintf (constChar*format, va_list AP); intvfprintf (FILE *stream, constChar*format, va_list AP); intvsprintf (Char*STR, constChar*format, va_list AP); intvsnprintf (Char*STR, size_t size, constChar*format, va_list AP); Feature Test Macro Requirements forGLIBC (See Feature_test_macros (7): snprintf (), vsnprintf (): _bsd_source|| _xopen_source >= -||_isoc99_source; orcc-std=c99

View C function help under Linux

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.