c++ - C语言的语法问题,求大神帮忙?
伊谢尔伦
伊谢尔伦 2017-04-17 15:40:01
0
3
550
伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(3)
阿神

I have replied to a similar one before, take a look here:
Solving the main function in C language

Simply speaking, P2 is a macro. This macro is for compatibility with older versions of compilers. For details, please see this post I answered.

大家讲道理

Isn’t this function overloading?

黄舟

int_string_copy should be the name of the overloaded function. P1 and P2 are probably macros. For example:

#define P1(type, var) (type var)
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!