coreutils

General Software Utilities
git clone http://git.omkov.net/coreutils
Log | Tree | Refs | README | LICENCE | Download

coreutils/src/true.c (7 lines, 157 B) -rw-r--r-- blame download

0123456
// true.c, version 1.0.0
// OMKOV coreutils implementation of POSIX false
// Copyright (C) 2020, Jakob Wakeling
// MIT Licence

int main(void) { return 0; }