(my)TinyLibC
0.0.1
little tiny pretty lib c
Loading...
Searching...
No Matches
tlcfs.h
Go to the documentation of this file.
1
/*
2
** EPITECH PROJECT, 2021
3
** LIBMY
4
** File description:
5
** the file part of libmy
6
*/
7
8
#ifndef MY_FS_H_
9
#define MY_FS_H_
10
16
char
*
fs_get_content
(
char
const
*path);
17
23
int
fs_get_size
(
char
const
*path);
24
30
int
fs_open_ronly
(
char
const
*path);
31
32
#endif
fs_get_content
char * fs_get_content(char const *path)
get the entire content of file path (if readable)
fs_open_ronly
int fs_open_ronly(char const *path)
open file path with read only
fs_get_size
int fs_get_size(char const *path)
get size of the content of filepath (if stat can)
includes
tlcfs.h
Generated by
1.9.7