difftastic/vendored_parsers/tree-sitter-smali/bindings/swift/smali.h

17 lines
239 B
C

#ifndef TREE_SITTER_SMALI_H_
#define TREE_SITTER_SMALI_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
extern TSLanguage *tree_sitter_smali();
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_SMALI_H_