I am trying to use the C function int sprintf(char *str, const char *format, ...) from NASM on 64-bit Linux. However, no matter how I try to make it work, I end
int sprintf(char *str, const char *format, ...)