gapk/include/gsmhr
Vadim Yanitskiy 5f941573b0 Use '#pragma once' instead of include guard
The most compilers today do support the '#pragma once', which is
designed to cause the current source file to be included only once
in a single compilation. One has several advantages, including:
less code, avoidance of name clashes, and sometimes improvement
in compilation speed.

See: https://en.wikipedia.org/wiki/Pragma_once for details.
2017-12-31 12:20:59 +01:00
..
Makefile.am [1/4] HR support: Add autotools skeleton for libgsmhr 2010-11-12 20:36:14 +01:00
gsmhr.h Use '#pragma once' instead of include guard 2017-12-31 12:20:59 +01:00