summaryrefslogtreecommitdiff
path: root/misc/applib/userLib.h
blob: 7dc954b0619ecdc0b17ba32b6eab93d2d71be437 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 *  Example Public .h file from user library
 */

#ifndef __User_Library_h
#define __User_Library_h

void example_library_function(
  int x
);

#endif