Skip to content

Commit

Permalink
import SteelC from FStarLang/FStar#2349 by @john-ml (aka tahina-pro/F…
Browse files Browse the repository at this point in the history
  • Loading branch information
tahina-pro committed Apr 14, 2023
1 parent 11c6254 commit 888c03c
Show file tree
Hide file tree
Showing 78 changed files with 19,215 additions and 0 deletions.
10 changes: 10 additions & 0 deletions include/steel/steel_c.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef __STEEL_C
#define __STEEL_C

// This file is a stopgap measure to avoid creating a Karamel branch.
// Ideally, it should be empty, and its contents should be added to
// krmllib.h

typedef void* Steel_ST_C_Types_Base_void_ptr;

#endif // ndef __STEEL_C
Loading

0 comments on commit 888c03c

Please sign in to comment.