root/trunk/list

Revision 26, 166 bytes (checked in by lhealy, 8 months ago)

Subversion version stamp.

  • Property svn:keywords set to Id
Line 
1#!/bin/bash
2# List all exported symbols in the gsl library.
3# As far as I know this works in Linux only.
4nm -D --defined-only -g /usr/lib/libgsl.so | cut -d " " -f 3
Note: See TracBrowser for help on using the browser.