File: demo-common.h

package info (click to toggle)
gtkmm2.4 1%3A2.20.3-1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 73,860 kB
  • ctags: 20,553
  • sloc: xml: 79,575; sh: 10,120; cpp: 8,347; makefile: 290
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__ */