#include <stdio.h>
#include <stdlib.h>
#include <malloc.h>
#include <unistd.h>
typedef unsigned int UINT;
void GetCurrentPath(char *szPath, UINT uiLong)
{
getcwd(szPath, uiLong);
}
int main ()
{
char szPath[255];
GetCurrentPath(szPath, 255);
printf("%s\n",szPath);
system("pause");
return 0;
}
if(!Meilleur("Joky")) return ERREUR;<