]> Kevux Git Server - fll/commit
Feature: Add f_void_call_t as a standard function callback.
authorKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 22:09:32 +0000 (16:09 -0600)
committerKevin Day <Kevin@kevux.org>
Sat, 8 Feb 2025 22:11:40 +0000 (16:11 -0600)
commit7d0644c62125f9e6906dc96ef88acdb8e8adaed2
tree149b72021d3dc504f413ff06ee0b2bcfdb43955c
parent5c0d767f2e772a7e99040dc740886ca8e8d9bb2b
Feature: Add f_void_call_t as a standard function callback.

This is likely to be very common.
Set this up to make the code cleaner when using this callback.

There are no plans to implement any other types of callbacks as a standard.
build/level_0/settings
build/monolithic/settings
build/stand_alone/byte_dump.config.h
build/stand_alone/example.config.h
build/stand_alone/fake.config.h
build/stand_alone/firewall.config.h
build/stand_alone/utf8.config.h
level_0/f_thread/c/thread.c
level_0/f_thread/c/thread.h
level_0/f_type/c/type/void.h [new file with mode: 0644]