COIN-OR::LEMON - Graph Library

source: glemon-0.x/i18n.h @ 133:b289ba51506f

gui
Last change on this file since 133:b289ba51506f was 133:b289ba51506f, checked in by Akos Ladanyi, 18 years ago

some reorganization

File size: 95 bytes
Line 
1#ifndef I18N_H
2#define I18N_H
3
4#include "gettext.h"
5#define _(string) gettext (string)
6
7#endif
Note: See TracBrowser for help on using the repository browser.