File: input.h

package info (click to toggle)
mymake 2.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 672 kB
  • sloc: cpp: 5,730; lisp: 300; ansic: 195; sh: 86; makefile: 32
file content (5 lines) | stat: -rw-r--r-- 65 bytes parent folder | download | duplicates (4)
1
2
3
4
5
#pragma once

char readChar();
int readInt();
float readFloat();