|
PKUOS - Pintos
Pintos source browser for PKU Operating System course
|
#include <stdint.h>

Go to the source code of this file.
Macros | |
| #define | PROTd PRId32 |
| Format specifier for printf(), e.g. More... | |
Typedefs | |
| typedef int32_t | off_t |
| An offset within a file. More... | |
| #define PROTd PRId32 |
Format specifier for printf(), e.g.
: printf ("offset=%"PROTd"\n", offset); filesys/off_t.h