mirror of
https://github.com/cc65/cc65.git
synced 2025-01-10 19:29:45 +00:00
Make exec() only visible if standard=cc655.
git-svn-id: svn://svn.cc65.org/cc65/trunk@4920 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
549b8ec895
commit
25c13a4f54
@ -88,7 +88,11 @@ int __fastcall__ rmdir (const char* name);
|
||||
/* Others */
|
||||
unsigned __fastcall__ sleep (unsigned seconds);
|
||||
int __fastcall__ getopt (int argc, char* const* argv, const char* optstring);
|
||||
|
||||
/* Non standard: */
|
||||
#if __CC65_STD__ == __CC65_STD_CC65__
|
||||
int __fastcall__ exec (const char* progname, const char* cmdline);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user