hammerspoon/extensions/fs/lfs.h

14 lines
162 B
C

#pragma once
// This file is probably no longer necessary
#ifdef __cplusplus
extern "C" {
#endif
int luaopen_lfs (lua_State *L);
#ifdef __cplusplus
}
#endif