Skip to content

Instantly share code, notes, and snippets.

@AndreiCherniaev
Created December 11, 2023 12:40
Show Gist options
  • Save AndreiCherniaev/575194c305a068e5550c1389e049ab90 to your computer and use it in GitHub Desktop.
Save AndreiCherniaev/575194c305a068e5550c1389e049ab90 to your computer and use it in GitHub Desktop.
elmof
#define elmof(arr) ( sizeof(arr[0])==0? 0 : sizeof(arr)/sizeof(arr[0]) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment