Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Paste
P551
Command-Line Input
Active
Public
Actions
Authored by
jhb
on Nov 18 2022, 6:45 PM.
Edit Paste
Archive Paste
View Raw File
Subscribe
Mute Notifications
Flag For Later
Award Token
Tags
None
Referenced Files
F51716196: Command-Line Input
Nov 18 2022, 6:45 PM
2022-11-18 18:45:46 (UTC+0)
Subscribers
None
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);
}
Event Timeline
jhb
created this paste.
Nov 18 2022, 6:45 PM
2022-11-18 18:45:46 (UTC+0)
Log In to Comment