mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-04 07:58:21 +00:00
10 lines
186 B
C
10 lines
186 B
C
|
|
||
|
/* This module provides the necessary stubs for when dynamic loading is
|
||
|
not present. */
|
||
|
|
||
|
#include "Python.h"
|
||
|
#include "importdl.h"
|
||
|
|
||
|
|
||
|
const char *_PyImport_DynLoadFiletab[] = {NULL};
|