Idris2/support/refc
Stiopa Koltsov 60d597fccd Use pragma once instead of include guard
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).
2021-06-28 12:05:22 +01:00
..
buffer.c Guarantee Ref C Buffer 0 initialization 2021-06-14 15:06:44 +01:00
buffer.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
casts.c RefC Integer Support (#1480) 2021-06-03 10:44:42 +01:00
casts.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
cBackend.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
clock.c [ fix ] Cast CLOCKS_PER_SEC to float before division 2021-06-03 17:36:11 +01:00
clock.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
conCaseHelper.c Initial merge of reference counting C back end 2020-10-11 15:05:00 +01:00
conCaseHelper.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
datatypes.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
Makefile Make it build on windows 2020-10-11 23:36:52 +02:00
mathFunctions.c RefC Integer Support (#1480) 2021-06-03 10:44:42 +01:00
mathFunctions.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
memoryManagement.c Remove freeBuffer function 2021-06-14 15:06:44 +01:00
memoryManagement.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
prim.c RefC Integer Support (#1480) 2021-06-03 10:44:42 +01:00
prim.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
runtime.c Add ability to extend RefC backend to create further backends 2021-06-18 16:59:35 +01:00
runtime.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00
stringOps.c RefC Integer Support (#1480) 2021-06-03 10:44:42 +01:00
stringOps.h Use pragma once instead of include guard 2021-06-28 12:05:22 +01:00