Page MenuHomeFreeBSD

Command-Line Input

Authored By
jhb
Nov 18 2022, 6:45 PM
Size
280 B
Referenced Files
None
Subscribers
None

Command-Line Input

int printf(const char *, ...) __attribute__((__format__ (__printf__, 1, 2)));
void foo(int x, void *mac);
void
foo(int x, void *mac)
{
printf("x=%b\n", x, "\020\001<b0>\002<b1>\003<b2>\004<b3>");
printf("ether %6D\n", mac, ":");
printf("x=%#y\n", x);
printf("x=%r\n", x);
}

File Metadata

Mime Type
text/plain; charset=utf-8
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5337160
Default Alt Text
Command-Line Input (280 B)

Event Timeline