PIPS
main_wpips.c File Reference

Go to the source code of this file.

Functions

char * pips_thanks (char *, char *)
 This file contains the main for wpips. More...
 
int wpips_main (int, char **)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 35 of file main_wpips.c.

36 {
37  pips_thanks("wpips", argv[0]);
38  return wpips_main(argc, argv);
39 }
int wpips_main(int, char **)
char * pips_thanks(char *, char *)
This file contains the main for wpips.
Definition: message.c:265

References pips_thanks(), and wpips_main().

+ Here is the call graph for this function:

◆ pips_thanks()

char* pips_thanks ( string  name,
string  path 
)

This file contains the main for wpips.

Please, do not change anything! do any change to wpips_main().

This file contains the main for wpips.

This file contains the main for tpips.

This file contains the main for pips.

This file contains the main for fpips.

Parameters
nameame
pathath

Definition at line 265 of file message.c.

266 {
267  if (isatty(fileno(stdout)))
268  {
269  fprintf(stdout, PIPS_THANKS_STRING(STRINGIFY(SOFT_ARCH)), name, path);
270  fflush(stdout);
271  }
272 }
#define PIPS_THANKS_STRING(arch)
The # "stringificator" only works in a macro expansion...
Definition: message.c:247
#define STRINGIFY(symbol)
If not using this 2-stage macro evaluation, the generated string is not the value of the macro but th...
Definition: misc-local.h:50
int fprintf()
test sc_min : ce test s'appelle par : programme fichier1.data fichier2.data ...

References fprintf(), PIPS_THANKS_STRING, and STRINGIFY.

Referenced by main().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ wpips_main()

int wpips_main ( int  ,
char **   
)

Referenced by main().

+ Here is the caller graph for this function: