mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 15:11:00 +00:00
Problem: - C functions with no arguments require a single `void` in the argument list. Solution: - Put the `void` in the argument list of functions in C header files. |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| pthread.cpp | ||
| pthread.h | ||
| pthread_once.cpp | ||