From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) by sourceware.org (Postfix) with ESMTPS id 3094F3854801 for ; Tue, 11 May 2021 22:54:05 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 3094F3854801 Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1lgbGN-000A2r-TK for libc-help@sourceware.org; Wed, 12 May 2021 00:54:03 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: libc-help@sourceware.org From: Sergey Organov Subject: Re: What does ap in printf(3) stand for? Date: Wed, 12 May 2021 01:53:59 +0300 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux) X-Spam-Status: No, score=2.2 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, FORGED_GMAIL_RCVD, FREEMAIL_FORGED_FROMDOMAIN, FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS, KAM_DMARC_STATUS, KAM_LINKBAIT3, KAM_SHORT, NML_ADSP_CUSTOM_MED, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Level: ** X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 May 2021 22:54:06 -0000 Peng Yu via Libc-help writes: > https://man7.org/linux/man-pages/man3/printf.3.html > > It is not clear what "ap" stands for in printf(3). Could anybody > explain what it stands for? Thanks. ap == argument pointer: https://stackoverflow.com/questions/24345199/what-does-ap-stand-for-in-c-examples -- Sergey Organov