* print a usage message */
| 60 | * print a usage message |
| 61 | */ |
| 62 | static void |
| 63 | usage(const char *progname) |
| 64 | { |
| 65 | printf("Usage: %s [EAL args] -- -n <node_id>\n\n", progname); |
| 66 | } |
| 67 | |
| 68 | /* |
| 69 | * Convert the node id number from a string to an int. |
no test coverage detected