asprintf.c

asprintf polyfill, regardless of _GNU_SOURCE
git clone git://git.finwo.net/lib/asprintf.c
Log | Files | Refs

commit 528da9add83c8f3b073e68ed10278c378f9581a9
parent 4e144f4f788c28908776eed85a1752225163f051
Author: finwo <finwo@pm.me>
Date:   Thu,  9 Apr 2026 18:19:07 +0200

Update package format

Diffstat:
A.dep.export | 1+
A.editorconfig | 13+++++++++++++
A.github/FUNDING.yml | 3+++
ACODE_OF_CONDUCT.md | 6++++++
Mconfig.mk | 2+-
Dpackage.ini | 6------
6 files changed, 24 insertions(+), 7 deletions(-)

diff --git a/.dep.export b/.dep.export @@ -0,0 +1 @@ +include/finwo/asprintf.h src/asprintf.h diff --git a/.editorconfig b/.editorconfig @@ -0,0 +1,13 @@ +# 2d0e4a3f-ac19-430c-bf1b-46c68651ce21 +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_size = 2 +indent_style = space +trim_trailing_whitespace = true + +[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 diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md @@ -0,0 +1,6 @@ +<!-- 46b43825-f791-485e-9445-415ee7bbbf2d --> +# Contributor Code of Conduct + +This project adheres to No Code of Conduct. We are all adults. We accept anyone's contributions. Nothing else matters. + +For more information please visit the [No Code of Conduct](https://github.com/domgetter/NCoC) homepage. diff --git a/config.mk b/config.mk @@ -1 +1 @@ -SRC+=__DIRNAME/src/asprintf.c +SRC+={{module.dirname}}/src/asprintf.c diff --git a/package.ini b/package.ini @@ -1,6 +0,0 @@ -[export] -config.mk=config.mk -include/finwo/asprintf.h=src/asprintf.h - -[package] -name=finwo/asprintf.h