diff --git a/README.md b/README.md index a1cae19f9a5049e2b4984015657a858e5dbc52f5..a0daaae7ce260c0459f5b0785e2c34c8f0ccd9f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## Project #0: Command Parser -### *** Due on September 15 (Friday), 24:00 *** +### *** Due on September 22 (Friday), 24:00 *** ### Goal @@ -42,7 +42,8 @@ This implies that you should implement your own string manipulation functions if - Use `isspace()` C library function to check whether a character can be assumed as a whitespace. - Printing messages to stand output (e.g., `printf()`) is OK, but do not `fprintf(stderr ...)` since the grading system evaluates your work with the output to the `stderr`. -- For all PAs (including this and next ones), the restriction is applied like a blacklist (c.f., whitelist); you can do whatever you want to do as long as it is not explicitly restricted**. For example, you can include as many header files as you want since it is not explicitly prohibited. Also, you can define your own custom functions in addition to the provided ones. +- For all PAs (including this and next ones), the restriction is applied like a blacklist (c.f., whitelist); **you can do whatever you want to do as long as it is not explicitly restricted**. For example, you can include as many header files as you want since it is not explicitly prohibited. Also, you can define your own custom functions in addition to the provided ones. +- Check the default restrictions explained in the tutorial session. ### Logistics