Skip to content

Instantly share code, notes, and snippets.

@AndreiCherniaev
Last active January 7, 2024 08:59
Show Gist options
  • Save AndreiCherniaev/5d65a2cf1909547895e1f97e0d125cde to your computer and use it in GitHub Desktop.
Save AndreiCherniaev/5d65a2cf1909547895e1f97e0d125cde to your computer and use it in GitHub Desktop.
Возвращает количество элементов массива, а не размер в байтах как sizeof()
#define elmsof(arr) sizeof(arr)/sizeof(arr[0])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment