-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTAGS
More file actions
42 lines (40 loc) · 1.45 KB
/
Copy pathTAGS
File metadata and controls
42 lines (40 loc) · 1.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
NixieClock.h,873
#define NIXIECLOCK_H NIXIECLOCK_H2,21
typedef char int8;int85,89
typedef byte uint8;uint86,108
typedef short int16;int167,128
typedef unsigned short uint16;uint168,149
typedef long int32;int329,180
typedef unsigned long uint32;uint3210,200
enum time_change {time_change12,231
seconds_change = 1,seconds_change13,250
minutes_change = 2,minutes_change14,274
hours_change = 4,hours_change15,298
years_change = 1,years_change17,321
months_change = 2,months_change18,343
days_change = 4,days_change19,366
change_all = 7change_all21,388
#define IN_HMS0 IN_HMS024,411
#define IN_HMS1 IN_HMS125,429
#define IN_ADJUST IN_ADJUST26,447
#define IN_SOUND IN_SOUND27,467
#define IN_DATE_TIME IN_DATE_TIME28,486
#define DISPLAY_TIME DISPLAY_TIME30,510
#define DISPLAY_DATE DISPLAY_DATE31,549
#define nop(nop33,573
random_animation_generator.c,556
typedef int8_t int8;int86,78
typedef int16_t int16;int167,99
typedef int32_t int32;int328,122
typedef int64_t int64;int649,145
typedef size_t usize;usize11,169
typedef uint8_t uint8;uint812,193
typedef uint16_t uint16;uint1613,217
typedef uint32_t uint32;uint3214,242
typedef uint64_t uint64;uint6415,267
typedef unsigned int uint;uint16,292
typedef int bool;bool18,320
#define FALSE FALSE19,338
#define TRUE TRUE20,354
void shuffle(uint* array, usize array_size) {shuffle22,371
int main(int argc, char** argv) {main33,679