Files
gp4/tree-sitter-p4/bindings/swift/TreeSitterP4/p4.h
T
Will Hawkins 08beba6cb1 Initial Commit
Signed-off-by: Will Hawkins <hawkinsw@obs.cr>
2026-01-14 12:49:49 -05:00

17 lines
230 B
C
Generated

#ifndef TREE_SITTER_P4_H_
#define TREE_SITTER_P4_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_p4(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_P4_H_