Benutzer-Werkzeuge

Webseiten-Werkzeuge


dev:lang:c:start

Hello World

#include <stdlib.h>
#include <stdio.h>
 
int main(int argc, char* argv[]) {
  printf("Hallo /dev/LUG\n");
  return EXIT_SUCCESS;
}

Compiler Optionen

  • -E - Preprocess only; do not compile, assemble or link.
  • -S - Compile only; do not assemble or link.
  • -c - ompile and assemble, but do not link.
  • -shared Create a shared library.
dev/lang/c/start.txt · Zuletzt geändert: 2024/09/24 17:23 +0000 von stefan