@@ -24,7 +24,11 @@ typedef struct ListNode {
} ListNode;
#if EXT_PROMPT
char *readInputLine(char const *prompt);
#else
char *readInputLine();
#endif
List getTokenList(char *s);
The note is not visible to the blocked user.