extsay-ng/extsay.c
changeset 37 a05815df848c
parent 35 337add12c399
child 40 5cd4b42ada91
equal deleted inserted replaced
36:3d1c22d311bb 37:a05815df848c
     1 /*
     1 /*
     2    Copyright 2010 Mikael Berthe
     2  *  Module "extsay"     -- adds a /extsay command
     3 
     3  *                         Spawns an external editor, using screen
     4   Module "extsay"     -- adds a /extsay command
     4  *                         See the README file
     5                          Spawns an external editor, using screen
     5  *
     6                          See the README file
     6  * Copyright (C) 2010 Mikael Berthe <mikael@lilotux.net>
     7 
     7  *
     8 This module is free software: you can redistribute it and/or modify
     8  * This module is free software: you can redistribute it and/or modify
     9 it under the terms of the GNU General Public License as published by
     9  * it under the terms of the GNU General Public License as published by
    10 the Free Software Foundation, either version 2 of the License, or
    10  * the Free Software Foundation, either version 2 of the License, or
    11 (at your option) any later version.
    11  * (at your option) any later version.
    12 
    12  *
    13 This program is distributed in the hope that it will be useful,
    13  * This program is distributed in the hope that it will be useful,
    14 but WITHOUT ANY WARRANTY; without even the implied warranty of
    14  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    16 GNU General Public License for more details.
    16  * GNU General Public License for more details.
    17 
    17  *
    18 You should have received a copy of the GNU General Public License
    18  * You should have received a copy of the GNU General Public License
    19 along with this program.  If not, see <http://www.gnu.org/licenses/>.
    19  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
    20 */
    20  */
    21 
    21 
    22 #include <unistd.h>
    22 #include <unistd.h>
    23 #include <stdlib.h>
    23 #include <stdlib.h>
    24 #include <string.h>
    24 #include <string.h>
    25 #include <sys/wait.h>
    25 #include <sys/wait.h>