]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - tools/regression/lib/libc/stdio/test-fmemopen.t
Add fmemopen(3), an interface to get a FILE * from a buffer in memory, along
[FreeBSD/FreeBSD.git] / tools / regression / lib / libc / stdio / test-fmemopen.t
1 #!/bin/sh
2 # $FreeBSD$
3
4 cd `dirname $0`
5
6 executable=`basename $0 .t`
7
8 make $executable 2>&1 > /dev/null
9
10 exec ./$executable