We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ff32f commit dfa3fb7Copy full SHA for dfa3fb7
1 file changed
sonyflake_turbo.c
@@ -1,7 +1,9 @@
1
#include <Python.h>
2
#include <pythread.h>
3
#include <stdbool.h>
4
+#include <stdint.h>
5
#include <time.h>
6
+#include <unistd.h>
7
8
#define SONYFLAKE_EPOCH 1409529600 // 2014-09-01 00:00:00 UTC
9
#define SONYFLAKE_SEQUENCE_BITS 8
0 commit comments