exo-string.h

来自「台湾人开发的Linux下的文件管理器」· C头文件 代码 · 共 43 行

H
43
字号
/* $Id: exo-string.h 47 2006-01-30 02:32:10Z pcmanx $ *//*- * Copyright (c) 2004 os-cillation e.K. * * Written by Benedikt Meurer <benny@xfce.org>. * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) any later version. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this library; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. *//* 2006.01.23 modified by Hong Jen Yee (PCMan) to used in PCMan File Manager */#ifndef __EXO_STRING_H__#define __EXO_STRING_H__#include <glib.h>G_BEGIN_DECLS;gchar    *exo_str_elide_underscores  (const gchar *text);gboolean  exo_str_is_equal           (const gchar *a,                                      const gchar *b);gchar   **exo_strndupv               (gchar      **strv,                                      gint         num);G_END_DECLS;#endif /* !__EXO_STRING_H__ */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?