```c
void SDL_GetVersion(SDL_version * ver);
```

It doesn't return anything.

Its return type is void.

See the argument list where it lists the types of the arguments:

``template writeln is not callable using argument types !()(string, void)``

Which aligns with the arguments you passed to ``writeln``.
  • What I thought w... WhatMeWorry via Digitalmars-d-learn
    • Re: What I ... Richard (Rikki) Andrew Cattermole via Digitalmars-d-learn

Reply via email to