Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F51716196
Command-Line Input
No One
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Authored By
jhb
Nov 18 2022, 6:45 PM
2022-11-18 18:45:46 (UTC+0)
Size
280 B
Referenced Files
None
Subscribers
None
Command-Line Input
View Options
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
Details
Attached
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)
Attached To
Mode
P551 Command-Line Input
Attached
Detach File
Event Timeline
Log In to Comment