User Tools

Site Tools


Sidebar

Programming Reference/Librarys

Question & Answer

Q&A is closed







c:preprocessor:include

#include

#include <stdio.h> /* including standard library */
//#include <windows.h> /* uncomment this for Windows */
#include "myheader.h"

description

include a file into your c sourcecode

C Example 1

#include <stdio.h> /* including standard library */
//#include <windows.h> /* uncomment this for Windows */
 
int main(void){
   printf("the answer to life the universe and everything is %d \n", 42 );
}

output example 1

  user@host:~$ ./include 
  the answer to life the universe and everything is 42 
  

on the occasion of the current invasion of Russia in Ukraine

Russian Stop this War
c/preprocessor/include.txt · Last modified: 2024/02/16 01:06 (external edit)

Impressum Datenschutz