Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOSAMI-WSL-2
QOSAMI-WSL-2
/
doc
/
docs
/
api-reference
/
c
/
structures
/
wslcversion.md
Code
Commits
Issues
Pulls
Sessions
CI/CD
master
master
md
18 lines
242 Bytes
Rendered
Copy permalink
Copy
Raw
1
# WslcVersion
2
3
```
c
4
typedef
struct
WslcVersion
5
{
6
uint32_t
major
;
7
uint32_t
minor
;
8
uint32_t
revision
;
9
}
WslcVersion
;
10
```
11
12
| Field | Type |
13
|---|---|
14
|
`major`
|
`uint32_t`
|
15
|
`minor`
|
`uint32_t`
|
16
|
`revision`
|
`uint32_t`
|
17
18
---