ECP-VeloC / AXL

Asynchronous Transfer Library
MIT License
2 stars 8 forks source link

add extern c to axl.h #17

Closed adammoody closed 6 years ago

adammoody commented 6 years ago

So that C++ codes can include AXL as simply:

include "axl.h"

rather than:

extern "C" {

include "axl.h"

}