Search:

Type: Posts; User: Adak

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    1,197

    #include #include void...

    #include <stdio.h>
    #include <string.h>

    void univ_write(char *buffer, int length);

    int main(void) {

    int buffLength=0;
    char buff[100] = {"The first time, ever I saw your face"}; ...
  2. Replies
    3
    Views
    1,197

    If you get the strlen() from the calling...

    If you get the strlen() from the calling function, you could make that a parameter to the one universal write function. Pass that value in along with the pointer to the first char, and have it print...
Results 1 to 2 of 2