mirror of
https://github.com/logos-messaging/nim-ffi.git
synced 2026-08-06 06:53:21 +00:00
6 lines
76 B
Nim
6 lines
76 B
Nim
|
|
import ffi
|
||
|
|
|
||
|
|
type MpFixture = object
|
||
|
|
|
||
|
|
declareLibrary("mpfixture", MpFixture)
|