This website requires JavaScript.
Explore
Help
Sign In
bx
/
efn
Watch
1
Star
0
Fork
You've already forked efn
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
0ebcdc3ad5
efn
/
types.h
3 lines
85 B
C
Raw
Blame
History
typedef
struct
Row
Row
;
struct
Row
{
Row
*
p
;
Row
*
n
;
char
text
[
ROW_SIZE
]
;
int
line
;
}
;
Reference in New Issue
View Git Blame
Copy Permalink