]> Kevux Git Server - fll/commit
Feature: Add f_file_select() for select().
authorKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 20:58:06 +0000 (15:58 -0500)
committerKevin Day <kevin@kevux.org>
Sat, 24 Jun 2023 20:58:06 +0000 (15:58 -0500)
commitaa02f917ee3c3a6d57c006831b892f48b3603111
tree4c7ee68b18dc666dc4a1e0e79b05bcbe381bf54a
parent7c7df41a014183c1a7670a4d4b589a07b5381552
Feature: Add f_file_select() for select().

This is more of a wrapper around select() (unlike f_file_poll() which is a bit more than a wrapper around poll()).
The arguments would be more difficult than worth it to simplify and normalize in the FLL typedef style.
level_0/f_file/c/file.c
level_0/f_file/c/file.h
level_0/f_file/data/build/settings-mocks
level_0/f_file/data/build/settings-tests
level_0/f_file/tests/unit/c/mock-file.c
level_0/f_file/tests/unit/c/mock-file.h
level_0/f_file/tests/unit/c/test-file-select.c [new file with mode: 0644]
level_0/f_file/tests/unit/c/test-file-select.h [new file with mode: 0644]
level_0/f_file/tests/unit/c/test-file.c
level_0/f_file/tests/unit/c/test-file.h