静的関数のデフォルトの呼び出し規約は次のとおりです。
static void PrintHelloWorld(char* s) { }
下
Linux:
#36-Ubuntu SMP Tue Apr 10 20:39:51 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux
と
gcc (Ubuntu/Linaro 4.6.3-1ubuntu5) 4.6.3 Linux ubuntu 3.2.0-23-generic
リストしたアーキテクチャとコンパイラ (Linux x86_64) では、System V AMD64 ABIで説明されている呼び出し規約が使用されます。
Linux i386 では、System V i386 ABIで説明されている呼び出し規約が使用されます。