Comment 6 for bug 1644048

Revision history for this message
Julian Andres Klode (juliank) wrote : Re: 4.3-7ubuntu1.6 FTBFS on arm64 only with format-security error

No, there is no such print() equivalent. You have puts() which just takes a string, but that appends a newline. Or fwrite(), but that requires size and count, which is boring.