Skip to content

Fix open_memstream/fmemopen feature detection with GCC >= 14 (#544) #43

Fix open_memstream/fmemopen feature detection with GCC >= 14 (#544)

Fix open_memstream/fmemopen feature detection with GCC >= 14 (#544) #43

Workflow file for this run

name: Code Formatting
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
arch: [64]
steps:
- uses: actions/checkout@v1
- name: Install deps
run: sudo apt-get install -y indent
- name: formatting
run: make test-format