|
|
|||
File indexing completed on 2026-04-09 07:49:20
0001 #!/bin/bash -l 0002 0003 name=sproplist_test 0004 bin=/tmp/$name 0005 0006 gcc $name.cc -I.. -std=c++11 -lstdc++ -o $bin 0007 [ $? -ne 0 ] && echo $BASH_SOURCE : build error && exit 1 0008 0009 $bin 0010 [ $? -ne 0 ] && echo $BASH_SOURCE : run error && exit 2 0011 0012 exit 0 0013
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|