mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-20 23:46:21 +00:00
7 lines
76 B
C
7 lines
76 B
C
#ifndef PROFANITY_H
|
|
#define PROFANITY_H
|
|
|
|
void profanity_main(void);
|
|
|
|
#endif
|