Ardour
9.0-pre0-582-g084a23a80d
|
#include <ctype.h>
#include <stdlib.h>
#include <stdint.h>
Go to the source code of this file.
Namespaces | |
PBD | |
Functions | |
bool | PBD::is_integer (const char *i) |
int64_t | PBD::order_of_magnitude (const char *i) |
bool | PBD::numerically_less (const char *a, const char *b) |
int | PBD::natcmp (const char *a, const char *b) |
bool | PBD::naturally_less (const char *a, const char *b) |