Answers for "lnk2019"

0

lnk2019

#ifndef MY_FUNCTION_H
    #define MY_FUNCTION_H
    
    #ifdef __cplusplus
    extern "C" {
    #endif
    
    int multiple(int x, int y);

    #ifdef __cplusplus
    }
    #endif
    
    #endif
Posted by: Guest on September-16-2021

Browse Popular Code Answers by Language