1 2 3 4 5 6 7 8 9
/* SPDX-License-Identifier: MIT */ #ifndef DAPF_H #define DAPF_H int dapf_init_all(void); int dapf_init(const char *path); #endif