Skip to content

Latest commit

 

History

History
56 lines (51 loc) · 840 Bytes

strerror-function.md

File metadata and controls

56 lines (51 loc) · 840 Bytes
description title ms.date helpviewer_keywords ms.assetid
Learn more about: strerror Function
strerror Function
11/04/2016
strerror function
9fb9366e-d9a8-47d4-ad51-d98774a0617f

strerror Function

ANSI 4.11.6.2 The contents of the error message strings returned by the strerror function

The strerror function generates these messages:

0   Error 0
1
2   No such file or directory
3
4
5
6
7   Arg list too long
8   Exec format error
9   Bad file number
10
11
12  Not enough core
13  Permission denied
14
15
16
17  File exists
18  Cross-device link
19
20
21
22  Invalid argument
23
24  Too many open files
25
26
27
28  No space left on device
29
30
31
32
33  Math argument
34  Result too large
35
36  Resource deadlock would occur

See also

Library Functions