(* ===================================================== *)
(*      Apprentissage de la programmation avec OCaml     *)
(*      Catherine Dubois & Valérie Ménissier-Morain      *)
(*                Éditions Hermès Sciences               *)
(*                        Mars 2004                      *)
(* ===================================================== *)
(* Fichier MLSRC/CC/CC_scores/highscores.mli             *)
(* ===================================================== *)

val mise_à_jour_tableau_scores : (string * int) array -> unit
val affichage_meilleurs_scores : (string * int) array -> unit
val écrire_fichier_scores : (string * int) array -> unit
val lire_fichier_scores : unit -> (string * int) array

Ce document a été traduit de LATEX par HEVEA.