zoslib
z/OS C/C++ Library
Loading...
Searching...
No Matches
types.h
Go to the documentation of this file.
1
2// Licensed Materials - Property of IBM
3// ZOSLIB
4// (C) Copyright IBM Corp. 2022. All Rights Reserved.
5// US Government Users Restricted Rights - Use, duplication
6// or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
8
9#ifndef ZOS_SYS_TYPES_H
10#define ZOS_SYS_TYPES_H
11 typedef unsigned long long fsid_t;
12
13 #include_next <sys/types.h>
14#endif
unsigned long long fsid_t
Definition types.h:11