Turn C++ comment to C
This commit is contained in:
parent
3c36a27505
commit
6f093e8474
|
@ -41,4 +41,4 @@ typedef unsigned long uint64_t;
|
|||
#define UINT32_C(val) val##ui
|
||||
#define UINT64_C(val) val##ul
|
||||
|
||||
#endif //STDINT_H
|
||||
#endif /* STDINT_H */
|
||||
|
|
Loading…
Reference in New Issue