This website requires JavaScript.
Explore
Help
Register
Sign In
shav
/
lat
Watch
1
Star
0
Fork
0
You've already forked lat
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
v0.7.1
lat
/
include
/
file.h
8 lines
94 B
C
Raw
Permalink
Normal View
History
Unescape
Escape
Breakup monolithic code
2023-04-11 00:14:18 +00:00
#
ifndef FILE_H
#
define FILE_H
Add args - add color arg - add lines arg
2023-04-13 03:46:53 +00:00
#
include
<stdio.h>
Breakup monolithic code
2023-04-11 00:14:18 +00:00
struct
filedata
readfile
(
FILE
*
fp
)
;
#
endif
Reference in New Issue
Copy Permalink