Transcription: The first example is really the right way of doing it. It says explicitly that the function has no parameters. The second example will work in C, but strictly speaking, it says the function has an unknown number of parameters. Generally that doesn't matter, so the two approaches usually have the same effect.