Benutzer-Werkzeuge

Webseiten-Werkzeuge


dev:lang:c:start
no way to compare when less than two revisions

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.


dev:lang:c:start [2024/09/24 17:23 +0000] (aktuell) – angelegt stefan
Zeile 1: Zeile 1:
 +====== Hello World ======
 +
 +
 +<code C>
 +#include <stdlib.h>
 +#include <stdio.h>
 +
 +int main(int argc, char* argv[]) {
 +  printf("Hallo /dev/LUG\n");
 +  return EXIT_SUCCESS;
 +}
 +</code>
 +
 +====== 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