Function overloading not work with namespaces (structures) in c

前端 未结 0 1346
你的背包
你的背包 2021-02-19 04:52

I have in lib.h:

#pragma once
#include 
#include 

typedef struct LIB {
  int (*a1)(int);
  int (*a2)(int);
} lib;

int a1(int a, i         


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