Skip to content

Commit

Permalink
libcom32: Add header to suffix_number.c
Browse files Browse the repository at this point in the history
In case we ever define anything in the header
  • Loading branch information
geneC committed Feb 9, 2011
1 parent e8404ed commit 282527d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions com32/lib/suffix_number.c
Expand Up @@ -33,6 +33,7 @@
*/

#include <stdlib.h>
#include <suffix_number.h>

/* Get a value with a potential suffix (k/m/g/t/p/e) */
unsigned long long suffix_number(const char *str)
Expand Down

0 comments on commit 282527d

Please sign in to comment.