6 lines
92 B
C
6 lines
92 B
C
|
#pragma once
|
||
|
#include <stdbool.h>
|
||
|
|
||
|
bool file_canread(char *p);
|
||
|
bool eq(char *s1, char *s2);
|