1
0
Fork 0
mirror of https://github.com/tailix/drivers.git synced 2024-11-20 11:06:32 -05:00
drivers/include/drivers.h

15 lines
162 B
C
Raw Normal View History

2022-12-03 10:00:13 -05:00
#ifndef DRIVERS_INCLUDED
#define DRIVERS_INCLUDED
#ifdef __cplusplus
extern "C" {
#endif
int drivers_foobar(int a, int b);
#ifdef __cplusplus
}
#endif
#endif