• ANSI style prototype
    I have the following error on my simulated program. Error C267 Funcdef Requires ANSI-Style Prototype Summary *** Error C267 Funcdef Requires ANSI-Style Prototype Description A function was...
  • Technical Support for Building a Prototype
    Hi, I like to build a prototype of my invention which allows to realize an electronic signature using a low cost embedded microcontroller inside a smart card or USB dongle having the size of a key...
  • Enum isn't recognized in prototype
    Hi, I'm about to pull my hair out. I have a enumerated type in a file called iap_tools.h that looks like this: enum ChipType { master_chip, slave_chip, comm_chip }; I have a function...
  • Warning:no previous prototype for function 'delay'
    Why am I getting this warning ?? #include "stm32f0xx.h" // Device header void delay() { for (int i=0;i<100000;i++); } int main() { RCC->AHBENR |= RCC_AHBENR_GPIOAEN; GPIOA->MODER |= GPIO_MODER_MODER5_0;...
  • missing ANSI function --- strtok
    The PKARM doc's do list a fair number of ANSI functions that are not implemented, however I would like the strtok function (which is currently not implemented). Does anyone have a strtok function they...