Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 536 Bytes

compiler-warning-level-3-c4013.md

File metadata and controls

19 lines (14 loc) · 536 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Compiler Warning (level 3) C4013
Compiler Warning (level 3) C4013
11/04/2016
C4013
C4013
9f9afc71-6e78-463d-9d66-3012d6a3cd5d

Compiler Warning (level 3) C4013

'function' undefined; assuming extern returning int

The compiler encountered a call to an undefined function.

To fix by checking the following possible causes

  1. Incorrect spelling of function name

  2. External functions not prototyped as extern