This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
heb12
/
fbrp
Watch
6
Star
0
Fork
2
Code
Issues
0
Pull Requests
0
Releases
2
Wiki
Activity
Browse Source
Merge pull request 'Include the header file once only' (
#2
) from cc10978/fbrp:master into master
Reviewed-on:
#2
master
Daniel
1 month ago
parent
d51c45c05b
1b8198191c
commit
d16da55ead
1 changed files
with
5 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-0
fbrp.h
+ 5
- 0
fbrp.h
View File
@@ -1,3 +1,6 @@
#ifndef __FBRP
#define __FBRP 1
#define BOOK_LENGTH 30
#define MAX_READ 25
#define MAX_WORD 20
@@ -19,3 +22,5 @@ struct Reference {
};
void parseReference(struct Reference *ref, char *string);
#endif
Write
Preview
Loading…
Cancel
Save