summaryrefslogtreecommitdiff
path: root/src/user/include/canyo/file.h
blob: 5f09387172b4b5eddfed7c4a0fc6c1c3a4e983f2 (plain) (blame)
1
2
3
4
5
6
7
8
9
#ifndef CANYO_FILE_H
#define CANYO_FILE_H

#include <stdint.h>
#include <pland.h>

uint32_t read_line(fs_handle handle, uint32_t max_length, void *buffer);

#endif