mirror of
https://github.com/AdaCore/langkit.git
synced 2026-02-12 12:28:12 -08:00
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
## vim: filetype=makopython
|
|
|
|
_create_default_provider = _import_func(
|
|
'${capi.get_name("create_default_provider")}',
|
|
[ctypes.POINTER(ctypes.c_char_p)],
|
|
_unit_provider,
|
|
)
|