PatchworkOS
19e446b
A non-POSIX operating system.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
ssize_t.h
Go to the documentation of this file.
1
#ifndef _INTERNAL_SSIZE_T_H
2
#define _INTERNAL_SSIZE_T_H 1
3
4
/**
5
* @brief Signed size type.
6
* @ingroup libstd
7
*
8
* The `ssize_t` is used to represent offsets in memory.
9
*
10
*/
11
typedef
__INT64_TYPE__
ssize_t
;
12
13
#define SSIZE_MAX __INT64_MAX__
14
#define SSIZE_MIN __INT64_MIN__
15
16
#endif
ssize_t
__INT64_TYPE__ ssize_t
Signed size type.
Definition
ssize_t.h:11
include
_libstd
ssize_t.h
Generated on Sat Jan 24 2026 10:59:24 for PatchworkOS by
1.9.8