mirror of
https://git.sr.ht/~lattis/muon
synced 2026-01-30 03:14:36 +00:00
7 lines
186 B
C
7 lines
186 B
C
#ifndef MUON_FUNCTIONS_EXTERNAL_PROGRAM_H
|
|
#define MUON_FUNCTIONS_EXTERNAL_PROGRAM_H
|
|
#include "functions/common.h"
|
|
|
|
extern const struct func_impl_name impl_tbl_external_program[];
|
|
#endif
|