preprocessor LINE and FILE printf directives to print informative messages

前端 未结 0 432
你的背包
你的背包 2021-01-05 12:26

I was asked to use the preprocessor LINE and FILE printf directives to print informative messages:

#define malloc( x ) mymalloc( x, __FILE__, __LINE__ ) 
#def         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题