Custom cards

Featured post

Nov 12

This is a wider card with supporting text below as a natural lead-in to additional content.

Continue reading
...

Blog

Thread Safe vs Async Cancel Safe

Posted 2022-03-07 01:00:00 ‐ 1 min read

#safety
#thread safe
#async cancel safe
#42Seoul

Will type casting impact on the execution performance?

Assembly says No

Posted 2022-03-04 17:00:00 ‐ 3 min read

#type casting
#performance
#c
#assembly
#42Seoul

Makefile

The way to compiling them easily

Posted 2022-03-02 17:00:00 ‐ 1 min read

#makefile
#c
#42Seoul

Static Functions in C

해당 C 파일 안에서만 사용되도록 제한

Posted 2022-03-01 17:00:00 ‐ 1 min read

#static
#c
#42Seoul

Type Qualifiers of C99

역할을 제한하기 위한 용도로 사용

Posted 2022-03-01 17:00:00 ‐ 2 min read

#qualifier
#c
#42Seoul