first flow of .h, one main() compilng
This commit is contained in:
16
drinks.h
Normal file
16
drinks.h
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
* 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
|
||||
Reference in New Issue
Block a user