Fichiers audio, journal, annales

This commit is contained in:
Adrien Guatto
2025-11-04 18:33:00 +01:00
parent abf505668e
commit 88595d288f
21 changed files with 1326 additions and 0 deletions

6
cours/audio/vcd.epi Normal file
View File

@@ -0,0 +1,6 @@
(* A basic library for producing VCD files from Heptagon code, typically used
for debugging purposes. *)
external node trace_bool(name : string; v : bool) returns ()
external node trace_int(name : string; v : int) returns ()
external node trace_float(name : string; v : float) returns ()