Skip to content

Rename asprintf to _asprintf to avoid unused-result warnings #178

Rename asprintf to _asprintf to avoid unused-result warnings

Rename asprintf to _asprintf to avoid unused-result warnings #178

Workflow file for this run

name: Test Code Style
on: [pull_request]
jobs:
format-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DoozyX/clang-format-lint-action@v0.17
with:
source: '.'
extensions: 'h,c'
clangFormatVersion: 16