DEBSOURCES
Skip Quicknav
sources / ngspice / 45.2%2Bds-1 / debian / tests / test-link
12345678
#!/bin/sh set -e cd debian/tests gcc test-link.c $(pkg-config --cflags --libs ngspice) ./a.out rm -f a.out