Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Pages that need work have an incomplete tag.
Pages that need to be deleted have a deleteme tag.
Pages that need to be reviewed have an review tag.

...

Functions have no parameters should be declared as void so as to document that this is intentional.

for example,

Code Block

void abort(void);

...

Run spider with new changes.

...