Mercurial > hg > octave-lojdl > gnulib-hg
comparison lib/human.h @ 9127:0bb31cd5b7ea
Revert last patch.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 26 Jul 2007 08:28:56 +0000 |
parents | e18ac20a0e07 |
children | 629a6928f108 |
comparison
equal
deleted
inserted
replaced
9126:e18ac20a0e07 | 9127:0bb31cd5b7ea |
---|---|
1 /* human.h -- print human readable file size | 1 /* human.h -- print human readable file size |
2 | 2 |
3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, | 3 Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, |
4 2005, 2006, 2007 Free Software Foundation, Inc. | 4 2005, 2006 Free Software Foundation, Inc. |
5 | 5 |
6 This program is free software; you can redistribute it and/or modify | 6 This program is free software; you can redistribute it and/or modify |
7 it under the terms of the GNU General Public License as published by | 7 it under the terms of the GNU General Public License as published by |
8 the Free Software Foundation; either version 2, or (at your option) | 8 the Free Software Foundation; either version 2, or (at your option) |
9 any later version. | 9 any later version. |
76 human_B = 256 | 76 human_B = 256 |
77 }; | 77 }; |
78 | 78 |
79 char *human_readable (uintmax_t, char *, int, uintmax_t, uintmax_t); | 79 char *human_readable (uintmax_t, char *, int, uintmax_t, uintmax_t); |
80 | 80 |
81 int human_options (char const *, bool, char const *, uintmax_t *); | 81 int human_options (char const *, bool, uintmax_t *); |
82 | 82 |
83 #endif /* HUMAN_H_ */ | 83 #endif /* HUMAN_H_ */ |