Skip to content

xpdojo/c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C

헤더 파일 패키지

apt install \
  build-essential \
  linux-headers-$(uname -r)
  # libssl-dev \
  # libreadline-dev \
  # zlib1g-dev \
  # libbz2-dev \

Compiler

Clang (LLVM)

클랭이라고 발음한다.

sudo apt install clang

GCC (GNU Compiler Collection)

sudo apt install gcc

About

C is a general-purpose computer programming language.

Topics

Resources

Stars

Watchers

Forks