P polygraph Banned - selling outside of the marketplace. Joined Mar 20, 2022 Messages 79 Reaction score 38 Mar 31, 2022 #2 Functions that come from the standard library. You've probably used printf, that's a built in function.
Functions that come from the standard library. You've probably used printf, that's a built in function.
PHPInjected Elite Member Executive VIP Jr. VIP Joined Apr 25, 2014 Messages 6,918 Reaction score 12,422 Mar 31, 2022 #3 Built in functions are generally functions within libraries. Such as the fprintf, fclose,fError, etc. Take a look at the list on built in functions here: https://www.ibm.com/docs/en/i/7.4?topic=extensions-standard-c-library-functions-table-by-name Here is an article with a video explanation attached as well: https://www.programiz.com/c-programming/library-function Hope this helps!
Built in functions are generally functions within libraries. Such as the fprintf, fclose,fError, etc. Take a look at the list on built in functions here: https://www.ibm.com/docs/en/i/7.4?topic=extensions-standard-c-library-functions-table-by-name Here is an article with a video explanation attached as well: https://www.programiz.com/c-programming/library-function Hope this helps!