DEBSOURCES
Skip Quicknav
sources / emscripten / 3.1.69%2Bdfsg-4 / test / cmake / install_lib / foo.h
1234567891011121314
#ifndef _FOO_H #define _FOO_H #ifdef __cplusplus extern "C" { #endif int foo(); #ifdef __cplusplus } #endif #endif