mirror of
https://github.com/Light-City/CPlusPlusThings.git
synced 2026-04-14 02:19:49 +08:00
support bazel complie this project and format code.
This commit is contained in:
2
basic_content/extern/extern_c/add.h
vendored
2
basic_content/extern/extern_c/add.h
vendored
@@ -1,6 +1,6 @@
|
||||
#ifndef ADD_H
|
||||
#define ADD_H
|
||||
extern "C" {
|
||||
int add(int x,int y);
|
||||
int add(int x, int y);
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user