author | Max Kellermann <max@duempel.org> | |
Fri, 3 Oct 2008 12:24:31 +0000 (14:24 +0200) | ||
committer | Max Kellermann <max@duempel.org> | |
Fri, 3 Oct 2008 12:24:31 +0000 (14:24 +0200) | ||
commit | 3e70743f5061573a2d9fff2fe4b232f38653d12b | |
tree | a13bd1f0686f8ca15683f2604e5359dbcdb9c617 | tree | snapshot |
parent | 7a12f9e8754a10634fa43732712dc60b87fa2c47 | commit | diff |
options: print one big string in --version screen
Instead of calling printf() multiple times for every compile time
option, build the whole string at compile time and print it with
puts().
Instead of calling printf() multiple times for every compile time
option, build the whole string at compile time and print it with
puts().
src/options.c | diff | blob | history |