I haven't seen anything saying it's possible to use either default arguments or variable argument lists in C functions used iin PL/C, but otherwise:


c++ http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list+function+c%2B%2B&btnG=Google+Search

php
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list++function+php&btnG=Google+Search

JAVA
http://www.google.com/search?hl=en&ie=UTF-8&oe=UTF-8&q=variable+argument+list+java&btnG=Google+Search

perl
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list+function+java&btnG=Google+Search

python
http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe=UTF-8&q=variable+argument+list+function+python&btnG=Google+Search

Peter Eisentraut wrote:

Dennis Gearon writes:


Is it possible to write functions for PL/C that have variable argument lists?


You cannot write functions with variable argument lists in any language.



---------------------------(end of broadcast)---------------------------
TIP 4: Don't 'kill -9' the postmaster

Reply via email to