Skip to content
Snippets Groups Projects
Commit 7551cf5f authored by h2-addad's avatar h2-addad
Browse files

Update

parent 703ff88b
Branches
No related tags found
No related merge requests found
#ifndef FILESYS_OFF_T_H
#define FILESYS_OFF_T_H
#include <stdint.h>
/* An offset within a file.
This is a separate header because multiple headers want this
definition but not any others. */
typedef int32_t off_t;
/* Format specifier for printf(), e.g.:
printf ("offset=%"PROTd"\n", offset); */
#define PROTd PRId32
#endif /* filesys/off_t.h */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment