Browse Source

fixed spelling mistake in userinput.h docs

remotes/origin/userinput
TheUltimateOptimist 11 months ago
parent
commit
7d7c150d50
  1. 2
      src/userinput.h

2
src/userinput.h

@ -4,7 +4,7 @@
/// userinput.h provides functions for retrieving user input.
/// The functions are named get + placeholder used by printf for the given datatype.
/// string -> gets
/// short ind -> gethd
/// short -> gethd
/// int -> getd
/// long -> getld
/// long long -> getlld

Loading…
Cancel
Save