MC3302_SDK_V1.1.9_202507281.../bsp/busybox/busybox-1.36.1/klibc-utils/minips.c
2025-11-11 12:08:31 +08:00

13 lines
349 B
C

/*
* Copyright (c) 2017 Denys Vlasenko <vda.linux@googlemail.com>
*
* Licensed under GPLv2, see file LICENSE in this source tree.
*/
//config:config MINIPS
//config: bool "minips (11 kb)"
//config: default n # for god's sake, just use "ps" name in your scripts
//config: help
//config: Alias to "ps".
/* applet and kbuild hooks are in ps.c */