Skip to content

Instantly share code, notes, and snippets.

@ashgti
Created April 21, 2010 00:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ashgti/373258 to your computer and use it in GitHub Desktop.
Save ashgti/373258 to your computer and use it in GitHub Desktop.
# Copyright (C) 2006-2009, Parrot Foundation.
# $Id: skeleton.pir 39953 2009-07-08 23:10:59Z chromatic $
.sub 'main' :main
loadlib $P0, '/System/Library/Frameworks/OpenGL.framework/OpenGL'
say $P0
loadlib $P1, '/usr/lib/libreadline.dylib'
say $P1
.end
# Local Variables:
# mode: pir
# fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir:
/usr/lib/libreadline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment