This website works better with JavaScript.
Home
Help
Register
Sign In
nilm
/
ethstream
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
5
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29
Commits
1
Branch
131 KiB
C
91.6%
C++
5.8%
Makefile
2.6%
Tree:
d1447e2af8
master
ethstream-1.3.2
ethstream-1.3
ethstream-1.2
ethstream-1.1
ethstream-1.0
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from 'd1447e2af8'
${ noResults }
ethstream
/
util.h
7 lines
90 B
Raw
Blame
History
#ifndef UTIL_H
#define UTIL_H
#define ARRAY_SIZE(x) (sizeof(x) / sizeof((x)[0]))
#endif