Inital Commit
This commit is contained in:
11
include/tcpl/tcpl.h
Normal file
11
include/tcpl/tcpl.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef TCPL_TCPL_H
|
||||
#define TCPL_TCPL_H
|
||||
/*
|
||||
* This is a header file to be included into every source file that comprises
|
||||
* this project.
|
||||
* Do #include <tcpl/tcpl.h>
|
||||
*/
|
||||
|
||||
#include <lib/print.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user