this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Do one import per line

authored by

Andrew Hyatt and committed by
GitHub
8ec15186 28652c46

+2 -1
+2 -1
tools/stub-gen-c-func.py
··· 15 15 # You should have received a copy of the GNU General Public License 16 16 # along with Darling. If not, see <http://www.gnu.org/licenses/>. 17 17 18 - import sys, subprocess 18 + import sys 19 + import subprocess 19 20 20 21 def usage(): 21 22 print("Usage: %s <Mach-O> <output directory>" % sys.argv[0])