Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifndef SRC_CAT_S21_CAT_H_
- #define SRC_CAT_S21_CAT_H_
- #define CAT "s21_cat"
- #define WIDTH 6
- struct opts {
- int b;
- int e;
- int n;
- int s;
- int t;
- int v;
- };
- int output(const char* cat_file, struct opts cat_opt);
- #endif // SRC_CAT_S21_CAT_H_
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement