parent
29f703f82a
commit
a2a2577baf
@ -0,0 +1,8 @@
|
|||||||
|
# Default ignored files
|
||||||
|
/shelf/
|
||||||
|
/workspace.xml
|
||||||
|
# Editor-based HTTP Client requests
|
||||||
|
/httpRequests/
|
||||||
|
# Datasource local storage ignored files
|
||||||
|
/dataSources/
|
||||||
|
/dataSources.local.xml
|
@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="ExternalStorageConfigurationManager" enabled="true" />
|
||||||
|
<component name="MakefileSettings">
|
||||||
|
<option name="linkedExternalProjectsSettings">
|
||||||
|
<MakefileProjectSettings>
|
||||||
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
||||||
|
<option name="modules">
|
||||||
|
<set>
|
||||||
|
<option value="$PROJECT_DIR$" />
|
||||||
|
</set>
|
||||||
|
</option>
|
||||||
|
<option name="version" value="2" />
|
||||||
|
</MakefileProjectSettings>
|
||||||
|
</option>
|
||||||
|
</component>
|
||||||
|
<component name="MakefileWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
|
||||||
|
</project>
|
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<project version="4">
|
||||||
|
<component name="VcsDirectoryMappings">
|
||||||
|
<mapping directory="" vcs="Git" />
|
||||||
|
</component>
|
||||||
|
</project>
|
@ -0,0 +1,2 @@
|
|||||||
|
#include "interface_client.h"
|
||||||
|
|
@ -0,0 +1,14 @@
|
|||||||
|
#include<stdio.h>
|
||||||
|
|
||||||
|
void affiche_client()
|
||||||
|
{
|
||||||
|
printf("\n");
|
||||||
|
printf("--------------- \n");
|
||||||
|
printf("|| Bonjour ! ||\n") ;
|
||||||
|
printf("--------------- \n");
|
||||||
|
printf("\n");
|
||||||
|
printf("-------------------------------------------------------------------\n");
|
||||||
|
printf("|| Que voulez-vous faire ? \t \t \t \t \t || \n") ;
|
||||||
|
printf("||\t1 : Afficher le récapitulatif de votre panier. \t \t \t \t || \n") ;
|
||||||
|
printf("-------------------------------------------------------------------\n");
|
||||||
|
}
|
@ -0,0 +1 @@
|
|||||||
|
#include "interface_resp.h"
|
Loading…
Reference in new issue