Search:

Type: Posts; User: jherscheid

Search: Search took 0.01 seconds.

  1. Replies
    9
    Views
    3,135

    Smal sample code union { unsigned...

    Smal sample code


    union
    {
    unsigned dun;
    char dch[2];
    }data;

    _rax = sens_num - 32; /* user defined data channel */
  2. Replies
    9
    Views
    3,135

    Tanx, and yes it is true that i just want to...

    Tanx,

    and yes it is true that i just want to know what the function does, because i want to know, if i need them too..

    But with the code from Bubba i know know what the functions do...

    Tanx...
  3. Replies
    9
    Views
    3,135

    Well, ... That's the problem, It is for my...

    Well, ...

    That's the problem,

    It is for my work, and i have an very old program that should be re-writen, and
    the maker (company) who made the program, does not exist anymore, and my own...
  4. Replies
    9
    Views
    3,135

    _doint( and _poke( ??????

    Hello,

    I am re-writing an old program, but that was a DOS program,

    now i found the next two function:

    _doint( .... ) // mostly integers as argument

    and
Results 1 to 4 of 5