mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
on prototypes, void means sth
This commit is contained in:
parent
9c74a96c9b
commit
28ca3e8c22
16 changed files with 24 additions and 24 deletions
|
@ -21,6 +21,6 @@
|
|||
extern void msleep(uint32_t n); // sleep n milliseconds
|
||||
#endif // _WIN32
|
||||
|
||||
extern uint64_t msclock(); // a milliseconds clock
|
||||
extern uint64_t msclock(void); // a milliseconds clock
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue