Skip to content

Instantly share code, notes, and snippets.

View sfriesel's full-sized avatar

Stefan Friesel sfriesel

  • Berlin, Germany
View GitHub Profile
@sfriesel
sfriesel / linux.c
Created January 21, 2013 14:03 — forked from peo3/linux.c
/*
* Usage in python:
*
* import linux
* efd = linux.eventfd(0, 0)
* ...
* ret = struct.unpack('Q', os.read(efd, 8))
* ...
* linux.close(efd)
*/