Advertisement
RobertBerger

vTasklIST

Apr 13th, 2022
174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. /* Print some task statistics */
  2. vTaskList(cBuffer);
  3. consoleprint("Name\t State \tPri \tStk \t#\n");
  4. consoleprint("*****************************************\n");
  5. consoleprint( cBuffer );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement