Date: Tue, 12 Sep 2000 10:49:45 -0400 (EDT) From: Zhihui Zhang <zzhang@cs.binghamton.edu> To: freebsd-questions@freebsd.org Subject: where is system() implemented? Message-ID: <Pine.SOL.4.21.0009121046160.22903-100000@sol.cs.binghamton.edu>
next in thread | raw e-mail | index | archive | help
The library call __system() is implemented in lib/libc/stdlib/system.c. But we normally use it as system() without the two preceding '_' characters. Where is the magic done to add the "__" in the source code? Thanks. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SOL.4.21.0009121046160.22903-100000>