stddef.h

stddef.h заголовний файл стандартної бібліотеки мови програмування С, в якому оголошується макрос NULL, а також типи ptrdiff t, wchar t, and size t.

Включення

У мові С, заголовний файл «stddef.h» підключається так:

# include <stddef.h>
// …

У С++ наступним:

# include <cstddef>
// …

Посилання

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.