Author: Armin Rigo <ar...@tunes.org> Branch: Changeset: r348:458944f85ac7 Date: 2012-06-14 18:52 +0200 http://bitbucket.org/cffi/cffi/changeset/458944f85ac7/
Log: Links. diff --git a/README.md b/README.md --- a/README.md +++ b/README.md @@ -82,8 +82,10 @@ image[0].g = 192 image[0].b = 128 -This can be used as a more flexible replacement of the struct_ and -array_ modules. You could also call ``ffi.new("pixel_t[600][800]")`` +This can be used as a more flexible replacement of the +[struct](http://docs.python.org/library/struct.html) and +[array](http://docs.python.org/library/array.html) modules. +You could also call ``ffi.new("pixel_t[600][800]")`` and get a two-dimensional array. _______________________________________________ pypy-commit mailing list pypy-commit@python.org http://mail.python.org/mailman/listinfo/pypy-commit