0% found this document useful (0 votes)
65 views1 page

Test-Libstl #Include #Include Int Main (Void) (Return 0 )

This C++ program includes the cerrno and cstddef headers and contains a main function that returns 0 without doing anything else. It appears to be a simple test of the standard library.

Uploaded by

singamroopa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
65 views1 page

Test-Libstl #Include #Include Int Main (Void) (Return 0 )

This C++ program includes the cerrno and cstddef headers and contains a main function that returns 0 without doing anything else. It appears to be a simple test of the standard library.

Uploaded by

singamroopa
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

test-libstl

#include <cerrno>
#include <cstddef>
int main(void)
{
return 0;
}

Page 1

You might also like