Codebase list libmawk / run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main src / libmawk / fin_comp.c
run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main

Tree @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/main (Download .tar.gz)

fin_comp.c @run/a44f9aae-d910-4cd9-a598-4b5026f2a2f5/mainraw · history · blame

/********************************************
fin_comp.c

libmawk changes (C) 2009-2013, Tibor 'Igor2' Palinkas;
based on mawk code coming with the below copyright:

This is a source file for mawk, an implementation of
the AWK programming language.

Mawk is distributed without warranty under the terms of
the GNU General Public License, version 2, 1991.
********************************************/

#include "mawk.h"

int mawk_is_cmdline_assign(mawk_state_t *MAWK, char *s)
{
	return 0;
}