Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 319 Bytes

readme.md

File metadata and controls

8 lines (5 loc) · 319 Bytes

Stupid Smart Pointers

A proof-of-concept smart pointer library in C.

This code is non-portable, and was tested on x86 Ubuntu 16.04 with gcc 5.4.0. It is intended to be as simple as possible.

See the article for an explanation of how it works.