refactor(worker): change func signatures

This commit is contained in:
2025-09-12 21:44:38 +02:00
parent 15a0f0290b
commit 1b574da06e
7 changed files with 42 additions and 39 deletions

View File

@@ -1,4 +1,4 @@
project('cws', 'c', version: '0.1.0')
project('cws', 'c', version: '0.1.0', default_options: ['c_std=c23', 'warning_level=3'])
cc = meson.get_compiler('c')