poll.c

Cross-platform polling library for C
git clone git://git.finwo.net/lib/poll.c
Log | Files | Refs | README

commit 7c01a7e82b69d9e45eeb76573c688d07df45be83
Author: Yersa Nordman <yersa@finwo.nl>
Date:   Mon, 25 Dec 2023 22:27:14 +0100

Project init

Diffstat:
A.editorconfig | 12++++++++++++
A.github/FUNDING.yml | 3+++
2 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,12 @@ +# 2d0e4a3f-ac19-430c-bf1b-46c68651ce21 +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space + +[Makefile*] +indent_style = tab diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml @@ -0,0 +1,3 @@ +# f4d2ed80-57b6-46e6-b245-5049428a931d +github: finwo +liberapay: finwo