rpm
5.4.10
|
#include "system.h"
#include <rpmio.h>
#include <rpmiotypes.h>
#include "rpmbuild.h"
#include "debug.h"
Go to the source code of this file.
Functions | |
int | parseNum (const char *line, rpmuint32_t *res) |
Parse a number. More... | |
int parseNum | ( | const char * | line, |
rpmuint32_t * | res | ||
) |
Parse a number.
line | from spec file |
res | pointer to int |
Definition at line 11 of file misc.c.
Referenced by doPatchMacro(), doSetupMacro(), handlePreambleTag(), and parseNoSource().