+PD notice

This commit is contained in:
anon 2025-02-02 13:07:53 +01:00
parent 1998885098
commit 03f32353f0
2 changed files with 4 additions and 0 deletions

@ -29,3 +29,5 @@ int remove_all(const char * const p) {
return 0;
#undef NOPENFD
}
// The contents of this file are Public Domain.

@ -6,4 +6,6 @@
*/
int remove_all(const char * const p);
// The contents of this file are Public Domain.
#endif