Skip to content

Add prototypes to existing functions in device.c #28

Add prototypes to existing functions in device.c

Add prototypes to existing functions in device.c #28

Workflow file for this run

on: pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build
run: |
cmake .
cmake --build .