Using clone()

23

Author: JT Smith

Linux Journal has a programmer’s article describing how to use clone(), a low level system call in C. Though the article is essentially documentation, it makes the point that low-level programming shouldn’t just be for the programming gurus.

Category:

  • Linux