PIPS
main_tpips.c File Reference

Go to the source code of this file.

Functions

void pips_thanks (char *, char *)
 This file contains the main for tpips. More...
 
int tpips_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_tpips.c.

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

References pips_thanks(), and tpips_main().

+ Here is the call graph for this function:

◆ pips_thanks()

void pips_thanks ( string  name,
string  path 
)

This file contains the main for tpips.

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

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 ...

Referenced by main().

+ Here is the caller graph for this function:

◆ tpips_main()

int tpips_main ( int  ,
char **   
)

Referenced by main().

+ Here is the caller graph for this function: