$darkmode
Herb C Reference
position.h
Go to the documentation of this file.
1 #ifndef HERB_POSITION_H
2 #define HERB_POSITION_H
3 
4 #include <stdint.h>
5 
6 typedef struct POSITION_STRUCT {
7  uint32_t line;
8  uint32_t column;
10 
11 #endif
struct POSITION_STRUCT position_T
Definition: position.h:6
uint32_t line
Definition: position.h:7
uint32_t column
Definition: position.h:8