Coder Social home page Coder Social logo

Comments (1)

 avatar commented on June 26, 2024

Hi Steve,

From the man page:

   These  functions  are  GNU extensions, not in C or POSIX.  Clearly, the
   names were badly chosen.  Many systems (like MacOS)  have  incompatible
   functions called dprintf(), usually some debugging version of printf(),
   perhaps with a prototype like

   void dprintf (int level, const char *format, ...);

   where the first parameter is  a  debugging  level  (and  output  is  to
   stderr).  Moreover, dprintf() (or DPRINTF) is also a popular macro name
   for a debugging printf.  So, probably, it is better to avoid this func-
   tion in programs intended to be portable.

   A better name would have been fdprintf().

If you are willing to do a pull request with the correct #ifdef macros
defining, say FDPRINTF, to gracefully fall back to our home brewed
nprintf(), we could certainly use it.

On Mon, Jul 28, 2014 at 2:30 PM, Steven Stewart-Gallus <
[email protected]> wrote:

It's in POSIX >= = 2008.


Reply to this email directly or view it on GitHub
#33.

from wafer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.