6 lines
71 B
C
6 lines
71 B
C
#pragma once
|
|
|
|
typedef struct {
|
|
void *handle;
|
|
} kinc_semaphore_impl_t;
|