From: Brian Takita Date: 2006-08-28T04:18:25+09:00 Subject: Defining a method with default arguments in C ------=_Part_119411_9493704.1156706302968 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Hello, How can I define a default argument value such as the following in c? def foobar(arg=1) end Thanks, Brian Takita ------=_Part_119411_9493704.1156706302968--