University stuff.
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.

12345678910
  1. Usage: 'ruterdrift <file>'
  2. * Type 'help' to get a list of commands and arguments.
  3. * Arguments are separated by space.
  4. * Text in quotes will be interpreted as one argument, even with spaces.
  5. * Boolean arguments are numbers, where 1 is true, 0 is false.
  6. There are some files which are still reachable according to valgrind. All of
  7. those are because I use the readline library; I free all strings after they're
  8. read, and clear the history at the end, but there are still some reachable
  9. bytes allocated by readline, which there's not really anything I can do about.