summaryrefslogtreecommitdiff
blob: c287b23737e1643e2741d6c324247b4c68ead9f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef _ZoO_STORAGE_STORAGE_H_
#define _ZoO_STORAGE_STORAGE_H_

#include "../pipe/pipe_types.h"

int ZoO_storage_write_line
(
   const char filename [const restrict static 1],
   char line [const restrict static 1],
   size_t const line_size,
   const struct ZoO_pipe io [const restrict static 1]
);

#endif