summary refs log tree commit diff
path: root/bin/1sh/mystring.h
blob: f4fc9af43a0936ec34c0c6afd2e327230c35bdce (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
/*-
 * SPDX-License-Identifier: BSD-3-Clause
 *
 * Copyright (c) 1991, 1993
 *	The Regents of the University of California.  All rights reserved.
 *
 * This code is derived from software contributed to Berkeley by
 * Kenneth Almquist.
 *
 * Redistribution and use in source and binary forms, with or without
 * modification, are permitted provided that the following conditions
 * are met:
 * 1. Redistributions of source code must retain the above copyright
 *    notice, this list of conditions and the following disclaimer.
 * 2. Redistributions in binary form must reproduce the above copyright
 *    notice, this list of conditions and the following disclaimer in the
 *    documentation and/or other materials provided with the distribution.
 * 3. Neither the name of the University nor the names of its contributors
 *    may be used to endorse or promote products derived from this software
 *    without specific prior written permission.
 *
 * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 * SUCH DAMAGE.
 *
 *	@(#)mystring.h	8.2 (Berkeley) 5/4/95
 * $FreeBSD: releng/12.0/bin/sh/mystring.h 326025 2017-11-20 19:49:47Z pfg $
 */

#include <string.h>

int number(const char *);
int is_number(const char *);

#define equal(s1, s2)	(strcmp(s1, s2) == 0)
graph'>| * Brighten color schemeJune McEnroe2018-03-31 | * Set Dark terminal to schemeJune McEnroe2018-03-31 | * Set Light terminal white to Gruvbox fg3June McEnroe2018-02-28 | * Switch to and vendor Go Mono fontJune McEnroe2018-02-21 | | | | | | | Go Mono is almost identical to Luxi Mono (same designers) but MIT-licensed. From https://go.googlesource.com/image font/gofont/ttfs. * Remove Tarmak and Colemak keylayoutsJune McEnroe2018-01-30 | * Switch back to QWERTY on LinuxJune McEnroe2018-01-29 | | | | | I think the only thing I'll miss is N and E on home row (which was Tarmak 1, if I remember correctly). * Fix CodeQWERTY layoutJune McEnroe2018-01-27 | | | | | | Based on the Canadian layout file from Ukelele with the same modifications I've been making to the Tarmak layouts so that control and command use the default layout. * Add CodeQWERTY keylayoutJune McEnroe2018-01-27 | | | | | Yeah, I think it's time to switch back. My typing seems still worse than it started, and keeping weird layouts is inconvenient. * Convert to CodeColemak keylayoutJune McEnroe2018-01-26 | * Add Colemak keylayoutJune McEnroe2018-01-26 | * Remove Code Tarmak 3June McEnroe2017-12-31 | * Update Linux console map to Tarmak 4June McEnroe2017-09-27 | * Add Code Tarmak 4 layoutJune McEnroe2017-09-27 | | | | So close now! * Rename files directory etcJune McEnroe2017-09-15 | * Remove unused configsJune McEnroe2013-10-14 | * Update system configurationsJune McEnroe2013-04-24 | * Add PulseAudio configurationJune McEnroe2012-12-19 | * Remove rc.confJune McEnroe2012-12-19 | * Add cpupower configurationJune McEnroe2012-10-06 | * Add system-wide configuration filesJune McEnroe2012-10-06