File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 480
480
481
481
2 . ** [ Input Scanner] ( ./FilesHandler/Sources/InputScanner.c ) **
482
482
483
- > The functions will scan the input from the stdin file .
483
+ > You should pass stdin file to the function to scan the input .
484
484
- Scan String
485
485
- Scan char array
486
486
- Scan character
@@ -506,5 +506,5 @@ ex: INVALID_ARG is 4987.
506
506
| ** INVALID_ARG** | -83384987 | ` "The passed arg %s in %s is invalid." ` |
507
507
| ** NULL_POINTER** | -83386157 | ` "The %s pointer in %s is NULL." ` |
508
508
| ** OUT_OF_RANGE** | -83385991 | ` "The passed index is out of the %s range." ` |
509
- | ** EMPTY_DATA_STRUCTURE** | -833816740 | ` "The passed %s pointer is empty." ` |
509
+ | ** EMPTY_DATA_STRUCTURE** | -833816740 | ` "The passed %s pointer is empty." ` |
510
510
| ** SOMETHING_WENT_WRONG** | -833816834 | ` "Can't %s in %s." ` |
You can’t perform that action at this time.
0 commit comments