mirror of
https://git.ari.lt/ari/badapplefetch.git
synced 2025-04-20 16:03:42 -05:00
4 lines
105 B
C
4 lines
105 B
C
#ifndef _MAIN_H
|
|
#define _MAIN_H
|
|
int main(const int argc, const char *const argv[]);
|
|
#endif /* _MAIN_H */
|