We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e31704c commit 5e09f05Copy full SHA for 5e09f05
src/main.c
@@ -11,7 +11,7 @@
11
{ \
12
fprintf(stderr, \
13
#method " : GraphBLAS error %d in file %s at line %d\n", \
14
- _info,__FILE__, __LINE__); \
+ _info, __FILE__, __LINE__); \
15
return _info; \
16
} \
17
}
@@ -34,26 +34,26 @@ typedef enum
34
35
// vertices
36
37
-typedef struct User
+typedef struct
38
{
39
Gender gender;
40
uint8_t age;
41
} User;
42
43
-typedef struct Card
44
45
System system;
46
double limit;
47
} Card;
48
49
// edges
50
51
-typedef struct EdgeOwns
52
53
int days;
54
} EdgeOwns;
55
56
-typedef struct EdgeTX
57
58
double sum;
59
uint32_t count;
0 commit comments