mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-12-22 14:30:29 +00:00
784e3de7cd
passwd, ps, purge, shutdown, stty, upper, and vi. These sources are for the versions of the utils shipped with GNO v2.0.4.
9 lines
175 B
C
9 lines
175 B
C
/*
|
|
* Include file for interfacing to position.c modules.
|
|
*/
|
|
#define TOP (0)
|
|
#define TOP_PLUS_ONE (1)
|
|
#define BOTTOM (-1)
|
|
#define BOTTOM_PLUS_ONE (-2)
|
|
#define MIDDLE (-3)
|