ObjFW  Check-in [fdd9519428]

Overview
Comment:Add a little humor
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: fdd9519428ea9c8864f447e2e00c0f2fd7e3851efaeb2f7bd3ec1c1b90b2ca7e
User & Date: js on 2024-03-06 20:56:51
Other Links: manifest | tags
Context
2024-03-09
11:50
OFZooArchive: Add support for archive comments check-in: 181edbb0f0 user: js tags: trunk
2024-03-06
20:56
Add a little humor check-in: fdd9519428 user: js tags: trunk
2024-03-04
22:54
ofhash: Add --iri option check-in: ac8ca0f430 user: js tags: trunk
Changes

Modified src/OFSystemInfo.h from [929ce1f306] to [968aead0d7].

99
100
101
102
103
104
105


106
107
108
109
110
111
112
 */
+ (size_t)pageSize;

/**
 * @brief Returns the number of CPUs installed in the system.
 *
 * A CPU with multiple cores counts as multiple CPUs.


 *
 * @return The number of CPUs installed in the system
 */
+ (size_t)numberOfCPUs;

/**
 * @brief The version of ObjFW.







>
>







99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
 */
+ (size_t)pageSize;

/**
 * @brief Returns the number of CPUs installed in the system.
 *
 * A CPU with multiple cores counts as multiple CPUs.
 *
 * If the system has no CPU, the return value is undefined.
 *
 * @return The number of CPUs installed in the system
 */
+ (size_t)numberOfCPUs;

/**
 * @brief The version of ObjFW.