mirror of
https://github.com/idris-lang/Idris2.git
synced 2024-11-28 11:05:17 +03:00
60d597fccd
Pragma once is supported by all compilers for the last ten years. Better use it instead of include guards (which use different styles in different files).
6 lines
92 B
C
6 lines
92 B
C
#pragma once
|
|
|
|
void idris2_setupTerm();
|
|
int idris2_getTermCols();
|
|
int idris2_getTermLines();
|