File: demo-common.h

package info (click to toggle)
gtkmm3.0 3.14.0-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 159,024 kB
  • ctags: 22,555
  • sloc: xml: 107,819; sh: 11,425; cpp: 7,074; makefile: 241; perl: 235
file content (8 lines) | stat: -rw-r--r-- 157 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
#ifndef __DEMO_COMMON_H__
#define __DEMO_COMMON_H__

#include <string>

std::string demo_find_file(const std::string& base);

#endif /* __DEMO_COMMON_H__ */