summaryrefslogtreecommitdiff
path: root/src/readfile.h
blob: 2e414b39ac6290a69bbb8de823dec00d4abefd03 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef _JIO_READFILE_H
#define _JIO_READFILE_H

#include "thunk.h"

typedef struct iou_t iou_t;

THUNK_DECLARE(readfile, iou_t *, iou, const char *, path, char *, buf, size_t *, size, thunk_t *, closure);

#endif
© All Rights Reserved