you are viewing a single comment's thread
view the rest of the comments
[–] -2 points 2 years ago (2 children)

Wait, why has a compiler system log functionlity?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 5 points 2 years ago

    You are probably confusing the glibc with gcc and g++. Glibc is an implementation of the C standard library, made by GNU (thats where the g in the name comes from).

    If you were to look into it, it uses the syscalls to tell the underlying computer system what to do when you call functions, such as printf.

    If you want to read more, see here

  • source
  • parent