mirror of
https://github.com/perk11/runwhenidle.git
synced 2026-01-08 21:27:57 -05:00
7 lines
144 B
C
7 lines
144 B
C
#ifndef RUNWHENIDLE_TTY_UTILS_H
|
|
#define RUNWHENIDLE_TTY_UTILS_H
|
|
|
|
void fprintf_error(const char *format, ...);
|
|
|
|
#endif //RUNWHENIDLE_TTY_UTILS_H
|