mirror of
https://github.com/cc65/cc65.git
synced 2026-04-21 09:17:52 +00:00
Make system() fastcall like most other library functions.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4178 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int system (const char* s)
|
||||
int __fastcall__ system (const char* s)
|
||||
{
|
||||
if (s == NULL) {
|
||||
return 0; /* no shell */
|
||||
|
||||
Reference in New Issue
Block a user