You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12345678910111213141516 |
- /*
- * drinks
- * architecture clients/serveur guinness : breuvages
- * Thomas Nemeth -- le 15 juin 2001
- *
- */
-
-
- #ifndef GUINNNESS_BEVRG
- #define GUINNNESS_BEVRG
-
- char *drinks_get (const char *nom);
- void drinks_list_files (const char *path);
- void drinks_display_list ();
-
- #endif
|