mirror of https://github.com/libsdl-org/SDL.git
https://stackoverflow.com/questions/42125/warning-error-function-declaration-isnt-a-prototype In C int foo() and int foo(void) are different functions. int foo() accepts an arbitrary number of arguments, while int foo(void) accepts 0 arguments. In C++ they mean the same thing. |
||
|---|---|---|
| .. | ||
| SDL_test_assert.c | ||
| SDL_test_common.c | ||
| SDL_test_compare.c | ||
| SDL_test_crc32.c | ||
| SDL_test_font.c | ||
| SDL_test_fuzzer.c | ||
| SDL_test_harness.c | ||
| SDL_test_imageBlit.c | ||
| SDL_test_imageBlitBlend.c | ||
| SDL_test_imageFace.c | ||
| SDL_test_imagePrimitives.c | ||
| SDL_test_imagePrimitivesBlend.c | ||
| SDL_test_log.c | ||
| SDL_test_md5.c | ||
| SDL_test_memory.c | ||
| SDL_test_random.c | ||