Skip to content
This repository was archived by the owner on Jul 2, 2026. It is now read-only.

Commit 5530d09

Browse files
authored
Update commands.h
1 parent 946affe commit 5530d09

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

sub-system/lib/commands.h

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
1-
/edit()
1+
#ifndef INTRO_H
2+
#define INTRO_H
3+
4+
void intro();
5+
6+
#endif
7+
8+
//edit()
29
#ifndef EDIT_H
310
#define EDIT_H
411

5-
void edit();
12+
void editor();
613

714
#endif
815

@@ -22,7 +29,7 @@ void help();
2229

2330
#endif
2431

25-
//files()
32+
//files();
2633
#ifndef FILES_H
2734
#define FILES_H
2835

0 commit comments

Comments
 (0)