mirror of
https://github.com/bazel-contrib/rules_foreign_cc
synced 2024-12-03 02:52:58 +00:00
e285764b78
* Reorganized examples * Documentation * Third party
9 lines
112 B
C++
9 lines
112 B
C++
#ifndef LIBA_H_
|
|
#define LIBA_H_ (1)
|
|
|
|
#include <stdio.h>
|
|
#include <string>
|
|
|
|
std::string hello_liba(void);
|
|
|
|
#endif |