mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-06-21 16:59:30 +00:00
6 lines
86 B
Plaintext
6 lines
86 B
Plaintext
|
|
module CMyTimer {
|
||
|
|
header "my_timer.h"
|
||
|
|
header "my_timer_cbor.h"
|
||
|
|
export *
|
||
|
|
}
|