Zitat Zitat von DFYX Beitrag anzeigen
Warum, die Funktion ist doch implementiert.
Hm, etwas unintuitiv, die Methode sollte imo einen String zurückliefern. Außerdem schlampig kommentiert:
Code:
char *apiCalculateSenseOfLive() // TODO: comment
{
  // Not sure if this is correct, but it should work most of the time.
  return "42";
}