David Blume's GitList
Repositories
testcode.git
Code
Commits
Branches
Tags
Search
Tree:
9958459
Branches
Tags
c++11
main
start
testcode.git
include
my_lib.hpp
include/my_lib.hpp shouldn't be executable.
David Blume
commited
9958459
at 2015-11-07 22:15:45
my_lib.hpp
Blame
History
Raw
#ifndef __my_lib_hpp #define __my_lib_hpp #define MY_LIB_DEFINE 0 int my_lib_fn(); int my_lib_fn(int x); #endif