summaryrefslogtreecommitdiff
blob: 9eff281053be8b73bd891c48dfa3fe8ca1a51cf5 (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 <stdio.h>

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

#endif