mirror of
https://github.com/RaySollium99/libpicofe.git
synced 2025-09-04 22:47:44 -04:00
12 lines
216 B
C
12 lines
216 B
C
#ifdef __cplusplus
|
|
extern "C"
|
|
{
|
|
#endif
|
|
|
|
int pollux_set(volatile unsigned short *memregs, const char *str);
|
|
int pollux_set_fromenv(volatile unsigned short *memregs,
|
|
const char *env_var);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|